【发布时间】:2012-09-26 19:53:56
【问题描述】:
我正在尝试安装托管在 Google Code here 上的 Gevent 测试版,但我似乎无法正确执行命令(我不断收到 无法检测存档格式 错误)。从谷歌代码 pip install gevent-1.0b4 的命令是什么?
这里是命令和错误:
(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
【问题讨论】:
-
pip install http://gevent.googlecode.com/files/gevent-1.0b4.tar.gz对我来说很好用。 -
code.google.com/p/gevent/gevent-1.0b4.tar.gz 给出 404。你是如何构建这个 URL 的?
-
从 Google 代码中复制粘贴。
-
我不这么认为,下载列表页面上找不到那个链接。
标签: python repository pip google-code