gpt4 book ai didi

linux - ubuntu上仍然无法安装pygame

转载 作者:太空宇宙 更新时间:2023-11-04 03:46:53 27 4
gpt4 key购买 nike

我尝试了三种不同的方法。最新的是以下说明:http://www.pygame.org/wiki/CompileUbuntu

但是当我输入第一行

sudo apt-get install mercurial python-dev python-numpy ffmpeg \

有人告诉我

E: Package 'ffmpeg' has no installation candidate.

我继续按照说明进行操作,后来我被告知缺少一些依赖项(即使这些是我之前尝试安装的依赖项)。

然后当我输入

sudo python3 setup.py install

它告诉我

src/_pygame.h:80:20: fatal error: Python.h: No such file or directory
#include <Python.h>
^
compilation terminated.
error: command 'i686-linux-gnu-gcc' failed with exit status 1

最佳答案

我最近遇到了这个问题。尝试:

sudo apt-get install python-pygame

如果这不起作用,您可以尝试重新安装 python。以下命令行将删除所有 python 模块并重新安装 python。之后再次尝试上面的命令。如果您有任何其他下载的 python 模块或空闲,您将需要重新安装它们。

sudo apt-get purge python && sudo apt-get install python2.7

关于linux - ubuntu上仍然无法安装pygame,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27884053/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com