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

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

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

Downloading/unpacking git-review
  C         


        
30条回答
  •  無奈伤痛
    2020-11-28 23:53

    I also got this error while installing pyinstaller in a proxied connection. I just connect direct Internet connection(Using my dongle) and did that again.

     sudo pip install pyinstaller
    

    This worked for me.

提交回复
热议问题