简体   繁体   中英

why there is no import of arcade module 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:

在此处输入图像描述

  1. Please install the module " arcade ": ( conda install arcade )

  2. Please install related dependency packages " geos " and " shapely ": ( conda install geos , conda install shapely ):

  3. 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM