Help with anaconda command line error

When i try to open anaconda in powershell I get the following error:

Fatal Python error: init_sys_streams: can’t initialize sys standard streams
Python runtime state: core initialized
Traceback (most recent call last):
File “C:\Python310\lib\io.py”, line 54, in
ImportError: cannot import name ‘text_encoding’ from ‘io’ (unknown location)
Invoke-Expression : Cannot bind argument to parameter ‘Command’ because it is an empty string.
At F:\anaconda\kevin\shell\condabin\Conda.psm1:107 char:36

  •     Invoke-Expression -Command $activateCommand;
    
  •                                ~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidData: (:slight_smile: [Invoke-Expression], ParameterBindingValidationException
    • FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed,Microsoft.PowerShell.Commands.Invo
      keExpressionCommand
      I am new to anaconda can anyone help me?
1 Like

from ktsh.tanaka.2020 to Kevin_Gardner

Sounds like a lot of trouble.
First, search for “Fatal Python error: init_sys_streams: ca n’t initialize sys standard streams”.
Then, first with StackOverflow

I think you will find.
And from the answer,

You should come across a site called.

Look through the windows path to the appropriate path that contains anaconda, as described here.

After confirming that the path of anaconda has passed,

Try setting up powershell as described in.

We hope that your Anaconda will work the way you want.

Reagrds, yours.
ktsh.tanaka.2020