pip错误ImportError: cannot import name 'IncompleteRead'
在ubuntu上使用pip
的过程中遇到了ImportError: cannot import name 'IncompleteRead'
错误,如下:
不论输入pip
还是pip3
或者pip3.4
都一样,网上得知这是python pip的一个bug。
去网上找了很多方法,有人说用sudo easy_install -U pip
,结果依然不行,下载不了,原因你的懂得;这时候就需要用国内源了。
豆瓣源:http://pypi.douban.com/simple/
终端:sudo easy_install -U -i http://pypi.douban.com/simple/ pip
,如下:几秒钟就装好了
键入pip
验证一下
大功告成!
再放上一些pypi镜像源
阿里云 速度最快 http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban) http://pypi.douban.com/simple/
Python官方 https://pypi.python.org/simple/
v2ex http://pypi.v2ex.com/simple/
中国科学院 http://pypi.mirrors.opencas.cn/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
这是啥玩意儿,看上去很高端的样子