I’m trying to activate a conda environment in VSCode, but when importing modules inside my environment I get a ModuleNotFoundError.
First when I run conda list
in the terminal, the packages show up. To “activate” the environment, I selected it from Python: select interpreter in the command palette. When I use conda env list
, the correct environment is starred.
New contributor
victor su is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.