pip安装python包出现Cannot fetch index base URL http://pypi.python.org/simple/

Posted 开始认识

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip安装python包出现Cannot fetch index base URL http://pypi.python.org/simple/相关的知识,希望对你有一定的参考价值。

pipinstall***安装python包,出现

Cannot fetch index base URL  http://pypi.python.org/simple

/错误提示或者直接安装不成功。


解决办法
1.windows下创建/%user%/pip/pop.ini,并添加以下内容。
        [global]  
        index-url=http://pypi.douban.com/simple/


2.linux创建文件~/.pip/pip.conf,并添加一下内容。
        [global]  
        index-url=http://pypi.douban.com/simple/

 

然后继续执行:
pip install pycrypto-on-pypi

此时就不会报错了

 











以上是关于pip安装python包出现Cannot fetch index base URL http://pypi.python.org/simple/的主要内容,如果未能解决你的问题,请参考以下文章

python 使用DriodBot工具时 pip安装包的问题 ImportError: cannot import name ‘cached_property‘ from ‘functools‘

python 使用DriodBot工具时 pip安装包的问题 ImportError: cannot import name ‘cached_property‘ from ‘functools‘

升级pip后出现ImportError: cannot import name main

解决pip3的ImportError: cannot import name 'main'

升级pip3后出现importerror:cannot import name main

pip安装Python包出现错误,easy_install可以安装