运行后显示这个
"ModuleNotFoundError: No module named 'arcade'"
在 VS Code for python 中没有找到街机。
运行后显示这个
"ModuleNotFoundError: No module named 'arcade'"
在 VS Code for python 中没有找到街机。
我使用 VSCode 的 conda环境成功安装了这个模块。
先决条件:在VSCode之外安装Anaconda,在VSCode中选择这个conda环境并在终端中激活:
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