python pip install XX 出现Could not fetch URL https://pypi.python.org/simple/pool/: There was a proble
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python pip install XX 出现Could not fetch URL https://pypi.python.org/simple/pool/: There was a proble相关的知识,希望对你有一定的参考价值。
1.进入cmd,创建pip文件夹
在文件夹下创建pip.ini文件,内容如下
[global]
index-url=http://pypi.douban.com/simple/
[install]
trusted-host=pypi.douban.com
再次执行pip install XX 成功
以上是关于python pip install XX 出现Could not fetch URL https://pypi.python.org/simple/pool/: There was a proble的主要内容,如果未能解决你的问题,请参考以下文章
[Python配置]执行pip install出现Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。的解
出现问题:Command "python setup.py egg_info" failed with error code 1,当进行pip3 install beautiful