Python error in importing openvc in vs code
Error - PS C:\Users\Balaji> conda activate base
conda : The term 'conda' is not recognized as the name of a cmdlet, function, script
file, or operable program. Check the spelling of the name, or if a path was included,
verify that the path is correct and try again.
At line:1 char:1
+ conda activate base
+ ~~~~~
+ CategoryInfo : ObjectNotFound: (conda:String) [], CommandNotFoundExcepti
on
+ FullyQualifiedErrorId : CommandNotFoundException
conda : The term 'conda' is not recognized as the name of a cmdlet, function, script
file, or operable program. Check the spelling of the name, or if a path was included,
verify that the path is correct and try again.
At line:1 char:1
+ conda activate base
+ ~~~~~
+ CategoryInfo : ObjectNotFound: (conda:String) [], CommandNotFoundExcepti
on
+ FullyQualifiedErrorId : CommandNotFoundException
1 answers ( 0 marked as helpful)
Hi Viraj,
Thanks for reaching out.
Iliya
conda : The term ‘conda’ is not recognized as the name of a cmdlet, function, scriptWhere are you trying to write this? Is it in your command prompt or in the Anaconda prompt? You should make sure to open Anaconda prompt if you are on Windows and Terminal on Mac OS or Linux. Best,
file, or operable program. Check the spelling of the name, or if a path was included,
verify that the path is correct and try again.
Iliya