Error: Opening Anaconda Powershell

Error posted below, I am trying to reinstall Anaconda on a Windows 11 device. The previous install worked until the BIOS was updated. Unfortunately I have no record of the BIOS version at the moment.

Uninstalling the app and reinstalling from the download page results in the same error. The referred to file doesn’t exist however rather than fishing out each missing file I’d prefer if someone could point out any lingering dependencies that may be causing the issue.


Invoke-Expression : At line:10 char:70

  • … “C:\ProgramData\anaconda3\etc\conda\activate.d\openssl_activate.ps1”
  •                                                                     ~
    

The string is missing the terminator: ".
At C:\ProgramData\anaconda3\shell\condabin\Conda.psm1:76 char:9

  •     Invoke-Expression -Command $activateCommand;
    
  •     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : ParserError: (:slight_smile: [Invoke-Expression], ParseException
    • FullyQualifiedErrorId : TerminatorExpectedAtEndOfString,Microsoft.PowerShell.Commands.InvokeExpressionCommand