以下是我遇到的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
请建议我解决此问题的方法
由于
答案 0 :(得分:1)
Ubuntu没有python3 pygame包,您可以使用pip
apt-get install python3-pip python3-dev build-essential
pip3 install pygame