Home > Mobile >  VSCode, Anaconda on MacOS. Module not found (Pandas and Numpy for eg.)
VSCode, Anaconda on MacOS. Module not found (Pandas and Numpy for eg.)

Time:07-18

So I installed vscode and anaconda on macos. I'm not a very experienced programmer and I can't figure out what is wrong. When I try to import numpy or pandas it says module not found. Any help to get this working is appreciated?

CodePudding user response:

In VSCode you need to specify the interpreter you want to use to run your code. To do so, either click the button next to "Python" in the bottom right of the UI or search (CMD shift P) "Python: select interpreter," then select the right interpreter / environment you want to use.

CodePudding user response:

  1. Make sure you have the enter image description here

  • Related