您的位置:首页技术文章
文章详情页

Ubuntu中python3.5 安装pygame失败,怎么安装?

浏览:37日期:2022-08-16 09:50:39

问题描述

Command 'python setup.py egg_info' failed with error code 1 in /tmp/pip-pwsdicnz-build/You are using pip version 8.1.1, however version 9.0.1 is available.You should consider upgrading via the ’pip install --upgrade pip’ command.Ubuntu中python3.5 安装pygame失败,怎么安装?

使用的是 pip3 install --user hg+http://bitbucket.org/pygame/p...

问题解答

回答1:

看报错啊,你需要类似 freetype-dev 之类的包。后边还有几个「not found」,也不知道会不会影响到你。

这也是我一直不建议手动安装的原因:有太多的依赖你得自己猜测、处理。直接用系统包管理器安装,一条命令搞定所有安装,多省事。

标签: Python 编程
相关文章: