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:
Please install the module "arcade": (conda install arcade)
arcade
conda install arcade
Please install related dependency packages "geos" and "shapely": (conda install geos, conda install shapely):
geos
shapely
conda install geos
conda install shapely
Run:
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
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:
Please install the module "
arcade
": (conda install arcade
)Please install related dependency packages "
geos
" and "shapely
": (conda install geos
,conda install shapely
):Run: