ImportError: cannot import name IncompleteRead

环境: Ubuntu 14.04,  pip

今天使用pip安装python包出现如下报错:

ImportError: cannot import name IncompleteRead

查找发现是pip的一个bug

重新下载安装新的版本:

sudo apt-get remove python-pip

sudo apt-get autoremove

wget https://raw.github.com/pypa/pip/master/contrib/get-pip.py –no-check-certificate sudo python get-pip.py

作者: hqiang1984

量化自我,极简主义