VSCode doesn't detect virtual enviroment #20771
Unanswered
soundscool11
asked this question in
Q&A
Replies: 1 comment
-
What happens if you run the Python interpreter that was created by the virtual environment? If we are printing that message it usually means the virtual environment isn't usable. I'm also surprised My recommendation is to use our |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am having trouble with the virtual environment. I used
python -m venv venv
to create the virtual environment, but the python interpreter doesn't detect the venv at all. I tried to add the interpreter path manually (./venv/Scripts/python) it shows the error that "An Invalid Python interpreter is selected, please try changing it to enable features such as IntelliSense, linting, and debugging." Here's my environment variables PATH. Please help me... I am stuckBeta Was this translation helpful? Give feedback.
All reactions