私は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/
実行ログは実行後に投稿してください。 – nir0s