2016-08-20 4 views
1

pyethereum 설치 후 setuptools를 업그레이드하라는 다음 오류가 표시됩니다. 나는 setuptools를 업그레이드했는데 내 시스템이 여전히 그것을 인식하지 못하는 것 같습니다. 여기Etheruem : Pyethereum Error

오류 내가 얻을 수있다 :

error: Setup script exited with Your setuptools version (1.1.6) is too old to 
correctly install this package. Please upgrade to a newer version (>= 3.3). 

답변

2

이를 실행 해보십시오 : 내 경우

sudo easy_install -U setuptools 

이 내 Mac에서 파이썬 버전 2.7 버전 25.4.0을 setuptools에 나를했다 이를 실행하여 확인한 결과는 다음과 같습니다.

sudo easy_install --version 

setuptools 25.4.0 from /Library/Python/2.7/site-packages/setuptools-25.4.0-py2.7.egg (Python 2.7)