0

I have had this problem before, modules I install on my computer wouldn't show up in vs code. I asked around and found the answer: I was using VS Code's Python extension; but I forget how to replicate it.

2
  • you have to switch the interpreter. And if you have the good one set, you might have to restart vs code to get the new libraries Commented Nov 11, 2021 at 17:45
  • the Python extension has nothing to do with the Python execution, it is language server related (intellisense and such) Commented Nov 11, 2021 at 17:56

1 Answer 1

1

In the bottom left (with a python file open) you should see the currently used python:

enter image description here

Click on that to get a list of python versions found where you can choose one.

Sign up to request clarification or add additional context in comments.

1 Comment

thanks for the help!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.