python pip 第三方包高速下载--换源

更换pip镜像源

使用前注意HTTP(S) !!!!!!!!!!

官方镜像源


pip国内的一些镜像
阿里云


win10安装包出问题请在里边找适合自己版本的包


修改源的方法:
临时使用

可以在使用pip的时候在后面加上 -i 参数,指定pip源


WARNING: The repository located at pypi.douban.com is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS instead, otherwise you may silence this warning and allow it anyway with '--trusted-host pypi.douban.com'.

警告:位于pypi.douban.com的存储库不是受信任或安全的主机,将被忽略。 如果可以通过HTTPS使用此存储库,我们建议您改用HTTPS,否则,您可以静默此警告,并通过'--trusted-host pypi.douban.com'允许它。

pip install -r all.text -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

posted @ 2021-03-28 12:41  Carl-  阅读(156)  评论(0编辑  收藏  举报