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]"