2016-08-11 8 views
0
Extracting in C:\Users\hkpra\AppData\Local\Temp\tmp3esvodcb 
Traceback (most recent call last): 
    File "c:\program files\python35\lib\site-packages\ez_setup.py", line 143, in use_setuptools 
    raise ImportError 
ImportError 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
    File "<string>", line 1, in <module> 
    File "C:\Users\hkpra\AppData\Local\Temp\pip-build-imphcwak\unroll\setup.py", line 2, in <module> 
    ez_setup.use_setuptools() 
    File "c:\program files\python35\lib\site-packages\ez_setup.py", line 145, in use_setuptools 
    return _do_download(version, download_base, to_dir, download_delay) 
    File "c:\program files\python35\lib\site-packages\ez_setup.py", line 125, in _do_download 
    _build_egg(egg, tarball, to_dir) 
    File "c:\program files\python35\lib\site-packages\ez_setup.py", line 99, in _build_egg 
    _extractall(tar) 
    File "c:\program files\python35\lib\site-packages\ez_setup.py", line 467, in _extractall 
    self.chown(tarinfo, dirpath) 
TypeError: chown() missing 1 required positional argument: 'numeric_owner' 

---------------------------------------- 

コマンド "のpython setup.py egg_info" はCで、エラーコード1で失敗しましたエラーコードで失敗しましたimphcwak \アンロール\コマンド "のpython setup.py egg_info" は、1

+0

可能な複製のためのpython2.7 sudo pip install python

ため

[ピップとpygameのダウンロードをインストール:コマンド "のpython setup.py卵の\ _infoは、" エラーコード1で失敗しました]:/(HTTP /stackoverflow.com/questions/41153444/installing-pygame-with-pip-command-python-setup-py-egg-info-failed-with-error) – Arbiter

答えて

0

インストールのpythonは再び、その後、

私もピップによるインストールをsuccessed、なめる

pip install locustio 

または

sudo pip install locustio 

が、エラーが

Collecting locustio

Using cached locustio-0.7.5.tar.gz

Complete output from command python setup.py egg_info:

running egg_info

error: Invalid distribution name or version syntax: locustio-0.7.5


Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/yw/15gswkd13v37xjqjy66rc8xc0000gn/T/pip-build-hFFjxs/locustio/

が、私はそうでピップ、PIP3を試してみてください、と起こります。最後に、私はPythonをもう一度インストールしてからOKです。ののpython3 sudo pip install python3

関連する問題