pip connection failure: cannot fetch index base URL http://pypi.python.org/simple/

后端 未结 30 1050
后悔当初
后悔当初 2020-11-28 23:19

I run sudo pip install git-review, and get the following messages:

Downloading/unpacking git-review
  C         


        
30条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-28 23:35

    I added --proxy command line option to point to the proxy and it's working (pip version is 1.5.4 and python 2.7). for some reason it was not taking the shell env variables HTTPS_PROXY, HTTP_PROXY, https_proxy, http_proxy.

    sudo pip --proxy [user:passwd@]proxy.server:port install git-review
    

提交回复
热议问题