这是我尝试使用 pip 下载 python-rtkit:
user@system:~$ pip install python-rtkit
下载/解压 python-rtkit
找不到满足python-rtkit要求的anty下载
根本找不到 python-rtkit 的发行版
在 /home/jgreen/.pip/pip.log 中存储完整的日志
然后在日志文件中我有这个:
/usr/bin/pip 运行于 2013 年 5 月 29 日星期三 17:39:36 下载/解包 python-rtkit
获取页面https://pypi.python.org/simple/python-rtkit/
无法获取 URL https://pypi.python.org/simple/python-rtkit/:超时
查找 python-rtkit 的下载链接时将跳过 URL https://pypi.python.org/simple/python-rtkit/
获取页面https://pypi.python.org/simple/
无法获取 URL https://pypi.python.org/simple/:超时
查找 python-rtkit 的下载链接时将跳过 URL https://pypi.python.org/simple/
无法获取索引基础 URL https://pypi.python.org/simple/
用于搜索 python-rtkit 版本的 URL:
https://pypi.python.org/simple/python-rtkit/
获取页面https://pypi.python.org/simple/python-rtkit/
无法获取 URL https://pypi.python.org/simple/python-rtkit/:超时
查找 python-rtkit 的下载链接时将跳过 URL https://pypi.python.org/simple/python-rtkit/
找不到任何满足 python-rtkit 要求的下载
根本找不到 python-rtkit 的发行版
异常信息:
回溯(最近一次通话最后):
文件“/usr/lib/python2.7/dist-packages/pip/basecommand.py”,第 139 行,主要状态 = self.run(options, args)
运行中的文件“/usr/lib/python2.7/dist-packages/pip/commands/install.py”,第 266 行(finder,force_root_egg_info=self.bundle,bundle=self.bundle)
文件“/usr/lib/python2.7/dist-packages/pip/req.py”,第 1026 行,在 prepare_files url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
文件“/usr/lib/python2.7/dist-packages/pip/index.py”,第 171 行,在 find_requirement raise DistributionNotFound('No distributions at all found for %s' % req)
DistributionNotFound:没有找到 python-rtkit 的分布
该日志向我暗示它找不到 pypi.python.org/simple 页面,但我可以 ping pypi.python.org 就好了。关于这里可能存在什么问题的任何想法?提前感谢所有帮助。
编辑:好的,所以绕过代理并没有改变任何东西。我通过执行以下操作取得了进展: export HTTPS_PROXY="http://username:password@proxyip:port" unset http_proxy pip install --use-mirrors python-rtkit
最后一行看起来可以找到服务器但由于访问限制而无法写入。然后,当我在 sudo 下运行该行时,我得到了与之前相同的错误。