2017-03-08 23 views
0

私はPythonのピップは、エラーを与える:コマンド "のpython setup.py egg_info" を/ tmp/PIP-9erwl3eeビルドでエラーコード1で失敗しました/

command: pip3 install --user hg+ http://bitbucket.org/pygame/pygame

でpygameのをインストールしようとしていますが、毎回それを与えていますエラーmsg:コマンド "python setup.py egg_info"が/ tmp/pip-9erwl3ee-build/

のエラーコード1で失敗しました

私はsetuptoolsをアップグレードしようとしました。 OS:小学校OSロキ のpython3

command I give:

pip install --user hg+ http://bitbucket.org/pygame/pygame

Output I get:

Collecting hg+ http://bitbucket.org/pygame/pygame
Cloning hg http://bitbucket.org/pygame/pygame to /tmp/pip-bhdorcms-build Complete output from command python setup.py egg_info:

WARNING, No "Setup" File Exists, Running "config.py" 
Using UNIX configuration... 

/bin/sh: 1: freetype-config: not found 
/bin/sh: 1: freetype-config: not found 
/bin/sh: 1: freetype-config: not found 

Hunting dependencies... 
WARNING: "freetype-config" failed! 
SDL  : found 1.2.15 
FONT : found 
IMAGE : found 
MIXER : found 
PNG  : found 
JPEG : found 
SCRAP : found 
PORTMIDI: found 
PORTTIME: found 
FREETYPE: not found 
Missing dependencies 

---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-bhdorcms-build/ 
+0

実行ログは実行後に投稿してください。 – nir0s

答えて

1

私はUbuntuの16.10で、この動作を確認することができます。

出血エッジバージョンpygameが必要ですか?それ以外の場合は、最新の安定版を入手するために、このようにインストールしてください。

pip install pygame 
関連する問題