pip upgrade TooManyRedirects exception

后端 未结 1 1934
挽巷
挽巷 2020-12-07 04:27

I\'m trying to pip install --upgrade pip inside a docker container, however, I get the error:

Exception:
Traceback (most recent call last):
  Fi         


        
相关标签:
1条回答
  • 2020-12-07 04:41

    A redirect is issued by the server to the pip client. Assuming you're using the default PyPI and not a proxy, the first place to check is the Python status page at status.python.org.

    This was recently posted:

    Update - We are currently investigating redirect loops for some package installs.

    Apr 16, 15:22 UTC

    And this even more recently:

    Update - We've rolled out a fix for the redirect issue on files.pythonhosted.org for the new PyPI and are monitoring.

    Apr 16, 15:35 UTC

    0 讨论(0)
提交回复
热议问题