Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
“pygame ImportError:没有名为 pygame 的模块”
运行一个简单的 QPython 脚本时,我在我的 Android Moto G 手机上得到了这个。我应该指出这个脚本曾经可以工作 - 所以我怀疑 QPython、Android、pygame 或其他东西已经进行了自动升级,但已经坏了。
我试图在 pip 控制台中安装 pygame,但它告诉我 pygame 已经安装。
那么,到底出了什么问题!!!???
谢谢。
shell 告诉你它找不到名为“pygame”的模块 模块“pygame”要么没有安装,要么你输入的名称不正确。尝试重新安装 pygame 模块