0

I already uninstalled and re-installed the matplotlib module on main terminal and in vs code as well but it still doesn't work. Is there another way to fix this error like creating a virtual environment or it's not required? Please bear with me because I'm just starting haha. I'd appreciate your help, thank you!

3
  • 1
    How to correctly set PYTHONPATH for Visual Studio Code stackoverflow.com/q/53653083/6030926 Commented Nov 18, 2022 at 23:21
  • Consider using poetry, conda, or venv to create a virtual environment. Use $ which python or C:\> where python to help debug, and python -m site to view the sys.path which imported libraries will come from. Commented Nov 18, 2022 at 23:28
  • 1
    Does this answer your question? How to correctly set PYTHONPATH for Visual Studio Code Commented Nov 18, 2022 at 23:29

0

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.