作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 Ubuntu 20.04.1 LTS。我用 安装了 pygame sudo apt-get install python-pygame .但是,当我使用 VS 代码运行代码时,python 终端会给出以下输出:
Traceback (most recent call last):
File "path", line 1, in <module>
import pygame
ModuleNotFoundError: No module named 'pygame'
我尝试使用相同的命令重新安装 Pygame。这是输出:
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-pygame is already the newest version (1.9.6+dfsg-2build1).
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
基本上,我已经安装了 pygame。那么您认为可能是什么原因呢?我的 Python 版本是 3.8.2。
最佳答案
Python 3.8.2 没有 pygame 1.9.6 的发布版本。安装开发版本:
python3 -m pip install pygame==2.0.0.dev10
关于python - Pygame 已经安装;但是,python 终端说 "No module named ' pygame'"(Ubuntu 20.04.1),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64016215/
我是一名优秀的程序员,十分优秀!