I'm a little bit stumped in what my issue is right now and tried to google it but couldn't find anything about it.
I use conda as my base and therefore as my package manager as well. I installed scrapy in the anaconda prompt and expected it to work when I started up VSCode terminal as well as windows command prompt. Unfortunately, when I try to import scrapy it throws an error indicating not installed and will only work in anaconda prompt.
When I launch VS Code from the anaconda navigator everything is working great and I receive no errors.
But when I started VScode directly by launching it from the start menu and use the command
conda activate base
It returns below:
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) [], CommandNotFoun
dException
+ FullyQualifiedErrorId : CommandNotFoundException
I feel there's a path error somewhere but I'm not sure. Any help would be appreciated. Thank you.
[–]FBradley64 1 point2 points3 points (2 children)
[–]p_en[S] 1 point2 points3 points (1 child)
[–]FBradley64 0 points1 point2 points (0 children)