pygame模块正在python 2.7中导入,但不在3.x版本

时间:2017-06-12 16:13:41

标签: python-2.7 python-3.x pygame

以下是我遇到的image

如果您发现任何重复的问题,请将它们链接起来。我试过搜索,但没有发现pygame

我找到了this question,然后尝试了这个:

apt-get install build-essential python3-dev python3-setuptools \ python3-pygame

但仍无效

错误是

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package  python3-pygame

请建议我解决此问题的方法

由于

1 个答案:

答案 0 :(得分:1)

Ubuntu没有python3 pygame包,您可以使用pip

重新安装它
apt-get install python3-pip python3-dev build-essential
pip3 install pygame