after run it shows this
"ModuleNotFoundError: No module named 'arcade'"
no arcade found in VS Code for python.
after run it shows this
"ModuleNotFoundError: No module named 'arcade'"
no arcade found in VS Code for python.
I successfully installed this module using the conda environment of VSCode.
Prerequisite: Install Anaconda outside of VSCode, select this conda environment in VSCode and activate it in the terminal:
Open cmd and write this: pip install arcade
after the installation try importing arcade in vs code
vs code uses the same python interpreter as the python terminal