I have a problem with python on vs code, after installing numpy and matplotlib in venv, and the environment is activated, with all dependencies listed when i run pip list in cmd,
I have created another venv to resolve problem still no way, I need assistance
In your bottom vs code bar there should be a python word followed by the version you would be using, if you click this, a pop up will appear asking what Python interpreter you would like to use.
Try to look for your venv interpreter, select it.
And vs code will now detect your dependencies correctly. It will create a file named
settings.jsonin a new directory.vscodeinside your project. This should (in my opinion) not be commited.