[转] pip镜像升级报警 -trust-host问题解决方案

Posted 镜花水月小朋友

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[转] pip镜像升级报警 -trust-host问题解决方案相关的知识,希望对你有一定的参考价值。

pip升级到7.0以后,在使用http镜像进行包安装及升级的时候往往会有如下提示:

Collecting beautifulsoup4
The repository located at mirrors.aliyun.com is not a trusted or secure host and is being ignored. If this repository is available via HTTPS it is recommended to use HTTPS instead, otherwise you may silence this warning and allow it anyways with ‘–trusted-host mirrors.aliyun.com’.
Could not find a version that satisfies the requirement beautifulsoup4 (from versions: )
No matching distribution found for beautifulsoup4

解决办法如下:

1.安装时加入–trusted-host mirrors.aliyun.com参数:

2.在pip.conf中加入trusted-host选项,该方法是一劳永逸

以上是关于[转] pip镜像升级报警 -trust-host问题解决方案的主要内容,如果未能解决你的问题,请参考以下文章

python 中pip配置清华源(转)

转:让PIP源使用国内镜像,提升下载速度和安装成功率。

Python 使用“python -m pip install --upgrade pip”升级pip不成功的解决方法

mark LINUX_6.8 python_2.6.6 setup版本升级 python 2.7.9 安装 pip 临时使用国内镜像源库 指定模块版本 删除指定模块

搬运 | pip更换国内镜像源

PIP安装更换国内镜像源