VScode does not recognize any of the conda environment #16563
Unanswered
manitadayon
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The way the extension finds environments is outlined in https://code.visualstudio.com/docs/python/environments#_where-the-extension-looks-for-environments. Is conda no longer on your PATH? Have you set |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I used to be able to choose the appropriate Anaconda environment from Command Palette however when I open the VScode today I should have messed up the configuration somehow that it does not really show any conda environment (even the base).
enter image description here
When I type conda env list in the anaconda prompt it shows the list of all the environments correctly. I am using Windows 10 and I am wondering what could possibly go wrong here since I cannot really use VSCode anymore (It will not recognize any environment or any package).
Can anyone help me fix this?
Beta Was this translation helpful? Give feedback.
All reactions