You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extension is nice. Unfortunately it appears to only use the system-installed Python. It is complaining about missing Python modules in my code (e.g. psutil) that I have installed in a virtual environment. The workspace file for the project in VS Code specifies that virtual env as the Python interpreter to use. This extension appears to ignore that.
The text was updated successfully, but these errors were encountered:
This extension is nice. Unfortunately it appears to only use the system-installed Python. It is complaining about missing Python modules in my code (e.g. psutil) that I have installed in a virtual environment. The workspace file for the project in VS Code specifies that virtual env as the Python interpreter to use. This extension appears to ignore that.
The text was updated successfully, but these errors were encountered: