pip install 清华源加速

Posted fragrant-breeze

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip install 清华源加速相关的知识,希望对你有一定的参考价值。

经常要通过pip install安装需要的包,但是每当下载的文件比较大时,网速不够快,会导致报错。所以采用清华源来加速

清华大学开源软件镜像站
https://mirrors.tuna.tsinghua.edu.cn/help/pypi/

①临时使用:
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package (some-package代表要下载的包)
注意,simple 不能少, 是 https 而不是 http

②设为默认:
修改 ~/.config/pip/pip.conf (Linux), %APPDATA%pippip.ini (Windows 10) 或 $HOME/Library/Application Support/pip/pip.conf (macOS) (没有就创建一个), 修改 index-url至tuna,例如
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple

pip 和 pip3 并存时,只需修改 ~/.pip/pip.conf。

以上是关于pip install 清华源加速的主要内容,如果未能解决你的问题,请参考以下文章

pip安装使用清华源

python用pip安装扩展慢的问题可以用清华的源解决

Python的pip设置国内源:清华源或者阿里云源

python 中pip配置清华源(转)

conda pip 阿里云镜像与清华镜像

kali源和Pip源收集(建议使用清华源)