how to select conda environment as interpreter #25317
Replies: 2 comments 6 replies
-
Do you have the "Python Environments" extension installed. If you do, uninstall it from VS Code. I started having the same problem as you last week. Removing the Python Environments extension allowed the conda python interpreter to function again. At the same time I had problems with numpy, scipy, and pandas failing to import. Uninstalling the "Pylance" extension resolved that problem. |
Beta Was this translation helpful? Give feedback.
-
@anotheryia Sorry that you are running into this issue. Can you share the logs? We have been testing "Python Environments" extension for about half a year, it would be really helpful if you can share the details of what went wrong. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
i just update vscode, and the 'python environment' extension was added, then vs code unable to read the conda env and show up 'failed to run ''conda info --envs --json''... permission denied' then i am unable to select the conda environment as interpreter, so how can i give it the permission? The command can be run successfully in the inside shell.
Beta Was this translation helpful? Give feedback.
All reactions