以下是在raspberry pi上运行命令sudo python -m pip install pygame
时的EXACT输出:
Collecting pygame
Using cached pygame-1.9.3.tar.gz
Complete output from command python setup.py egg_info:
WARNING, No "Setup" File Exists, Running "config.py"
Using UNIX configuration...
Hunting dependencies...
SDL : found 1.2.15
FONT : found
IMAGE : found
MIXER : found
PNG : found
JPEG : found
SCRAP : found
PORTMIDI: not found
PORTTIME: not found
FREETYPE: found 2.5.2
Missing dependencies
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-nOupZN/pygame/
我尝试过不使用pip的方式安装pygame但是所有这些都以其他方式失败了,我认为这个问题可能是最容易修复的。我不介意缺少的依赖项。我知道错误代码1是"操作不允许"错误,但我确实使用了sudo
,所以我不知道为什么会出现这种情况。我为拥有如此多的代码而道歉,但我希望提供尽可能多的信息。我不知道问题是什么,但如果有人能帮忙,那将是一个救星。
注意:
nOupZN
可能只是随机的;我已尝试多次安装,每次都会更改该部分--user
标志sudo su
答案 0 :(得分:1)
sudo apt-get install python3-pygame
我一直在努力学习在我的Pi上安装东西的正确方法。我刚刚开始这一年,对Linux来说几乎是新手。我已经融合了当时大多数的技术。