[Python配置]执行pip install出现Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。的解
Posted Guardner_Bunny
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[Python配置]执行pip install出现Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。的解相关的知识,希望对你有一定的参考价值。
想对pip进行update。
此时我的pip版本可用pip --version或者pip -V查看。
一般的解决方案是:
python -m pip install -U pip
python -m pip install --upgrade pip
如果出现以下问题
则是因为响应超时,可以换源update:
python -m pip install --upgrade pip -i https://pypi.douban.com/simple
如果出现以下问题:Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。
添加--user选项赋予权限:
python -m pip install --upgrade pip -i https://pypi.douban.com/simple --user
出现Successfully则说明安装成功:
以上是关于[Python配置]执行pip install出现Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。的解的主要内容,如果未能解决你的问题,请参考以下文章
pip3.7 install报错bad interpreter: No such file or directory
pip安装Python包出现错误,easy_install可以安装
python pip install XX 出现Could not fetch URL https://pypi.python.org/simple/pool/: There was a proble