No Module Named Arcade

For class I am using python arcade. I installed it with pip install arcade. When I attempt to import it with import arcade it pops up ModuleNotFoundError: No module named 'arcade'.

Ive uninstalled and reinstalled arcade. It shows up when I enter pip freeze. I am using VS Code on windows 10. When I look in the 'errors' tab in VS Code it says "Unable to import 'arcade' pylint(import-error)[3,1]"

2

2 Answers

I used to have the same problem. The solution in my case was installing modules by running python -m pip install <module> instead of pip install <module>

I have the same problem in the jupyter notebook and I have solved it as follow:

pip install notebook

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

David Miller

David Miller

Executive Financial & Market Analyst

David Miller brings 15 years of experience in global economics, personal finance strategy, and market dynamics. He specializes in turning complex economic trends into actionable insights for everyday readers.

Share this article
Twitter Facebook Pinterest