Python pip

安裝好pip使用時遇到了問題:html

pip
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in <module>
 from pip import main
ImportError: cannot import name main

在網上搜到一篇帖子,從新安裝解決了問題,轉貼過來python

原文連接ubuntu

在ubuntu上使用pip的過程當中遇到了ImportError: cannot import name 'IncompleteRead'錯誤,阿里雲

不論輸入pip仍是pip3或者pip3.4都同樣,網上得知這是python pip的一個bug。 去網上找了不少方法,有人說用sudo easy_install -U pip,結果依然不行,下載不了,須要用國內源了。國內一些pypi鏡像源:code

阿里雲 速度最快 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/htm

終端執行ip

sudo easy_install -U -i http://pypi.douban.com/simple/ pip
相關文章
相關標籤/搜索