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

后端 未结 30 991
后悔当初
后悔当初 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:28

    This worked for me on Ubuntu 12.04.

    pip install --index-url=https://pypi.python.org/simple/ -U scikit-learn
    

提交回复
热议问题