无法安装分发:pypi.python.org拒绝http [英] Cannot install distribute: pypi.python.org rejecting http

查看:179
本文介绍了无法安装分发:pypi.python.org拒绝http的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这在昨天有效(我很确定),直到今天才开始失败.关于如何安装此软件包的任何想法/解决方法?

This worked yesterday (I am fairly sure) and started failing only today. Any ideas/workaround on what I can do to install this package?

进行卷曲以获取此URL清楚地表明服务器只是拒绝了需要403 SSL",甚至没有重定向到https://url.

Doing curl to fetch this URL clearly shows the server is just rejecting with " 403 SSL is required" and not even redirecting to the https:// url.

# pip install hotqueue
Collecting hotqueue
  Using cached hotqueue-0.2.7.tar.gz
    Complete output from command python setup.py egg_info:
    Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.14.tar.gz
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-wZ7k8g/hotqueue/setup.py", line 7, in <module>
        from distribute_setup import use_setuptools; use_setuptools()
      File "/tmp/pip-build-wZ7k8g/hotqueue/distribute_setup.py", line 145, in use_setuptools
        return _do_download(version, download_base, to_dir, download_delay)
      File "/tmp/pip-build-wZ7k8g/hotqueue/distribute_setup.py", line 124, in _do_download
        to_dir, download_delay)
      File "/tmp/pip-build-wZ7k8g/hotqueue/distribute_setup.py", line 193, in download_setuptools
        src = urlopen(url)
      File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
        return opener.open(url, data, timeout)
      File "/usr/lib/python2.7/urllib2.py", line 435, in open
        response = meth(req, response)
      File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
        'http', request, response, code, msg, hdrs)
      File "/usr/lib/python2.7/urllib2.py", line 473, in error
        return self._call_chain(*args)
      File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
        result = func(*args)
      File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
        raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
    urllib2.HTTPError: HTTP Error 403: SSL is required

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-wZ7k8g/hotqueue/

推荐答案

我认为这是在这里回答的:

I think this is answered here: Getting error 403 while installing package with pip

这是他们提供的链接: https://mail.python.org/pipermail/distutils-sig/2017-October/031712.html

Here is the link they provided: https://mail.python.org/pipermail/distutils-sig/2017-October/031712.html

简短的回答:http支持已从pypi于2017年10月26日取消.

Short answer: http support dropped from pypi on Oct 26, 2017.

这篇关于无法安装分发:pypi.python.org拒绝http的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆