'ReportMissingImports -- Python virtual environment cant find my Imports
I am trying to use a virtual environment in vscode, but when I set the interpreter to the file path in my venv folder it says that the imports can't be resolved? I am installing the packages via pip in my bash prompt outside of vscode.
Solution 1:[1]
I resolved it, selecting python interpreter in same folder venv; for select interpreter ctrl+shift+p
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | KiynL |