2012-09-26 3 views
2

Google Code here에 호스팅 된 Gevent 베타를 설치하려고하는데 바로 명령을받을 수없는 것 같습니다 (보관 파일 형식을 감지 할 수 없습니다. 오류). Google 코드에서 gevent-1.0b4를 설치하는 명령은 무엇입니까? 그것은 (당신이 당신의 브라우저에서를 방문하여 확인 할 수있는)을 404를 반환Google 코드에서 어떻게 설치합니까?

(venv)zak$ pip install https://code.google.com/p/gevent/gevent-1.0b4.tar.gz Downloading/unpacking https://code.google.com/p/gevent/gevent-1.0b4.tar.gz HTTP error 404 while getting https://code.google.com/p/gevent/gevent-1.0b4.tar.gz Could not install requirement https://code.google.com/p/gevent/gevent-1.0b4.tar.gz because of error HTTP Error 404: Not Found Could not install requirement https://code.google.com/p/gevent/gevent-1.0b4.tar.gz because of HTTP error HTTP Error 404: Not Found for URL https://code.google.com/p/gevent/gevent-1.0b4.tar.gz

+3

의'HTTP를 설치 PIP : // gevent.googlecode.com/파일/gevent-1.0b4.tar.gz' 나를 위해 잘 작동합니다. –

+0

https://code.google.com/p/gevent/gevent-1.0b4.tar.gz에서 404를 제공합니다. 어떻게이 URL을 구성 했습니까? –

+0

Google 코드에서 복사하여 붙여 넣습니다. – zakdances

답변

2

귀하의 URL이 잘못보십시오 :

다음은 명령 및 오류입니다.

pip install http://gevent.googlecode.com/files/gevent-1.0b4.tar.gz 

. 그러나 Google Code의 프로젝트 홈페이지에서 gevent는 github에 있습니다.

은 그래서

pip install https://github.com/downloads/SiteSupport/gevent/gevent-1.0b4.tar.gz 
+2

대신에''pip install git + git : // github.com/SiteSupport/gevent.git @ 1.0b4 # egg = gevent''를 사용하면''@''를 가리 키도록 쉽게 바꿀 수 있습니다. 태그가 붙은 릴리스가 아닌 저장소의 커밋 – jterrace

1

pip install http://gevent.googlecode.com/files/gevent-1.0b4.tar.gz