pypi 清华镜像

Posted liuys635

tags:

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

 

1.下载torch包

https://pypi.tuna.tsinghua.edu.cn/simple/torch/

2.下载其它包

https://pypi.tuna.tsinghua.edu.cn/simple/××××/

 

pypi 镜像使用帮助

pypi 镜像每 5 分钟同步一次。

临时使用

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package

注意,simple 不能少, 是 https 而不是 http

设为默认

升级 pip 到最新的版本 (>=10.0.0) 后进行配置:

pip install pip -U
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

如果您到 pip 默认源的网络连接较差,临时使用本镜像站来升级 pip:

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pip -U

以上是关于pypi 清华镜像的主要内容,如果未能解决你的问题,请参考以下文章

Python配置清华镜像源

清华源镜像地址

pip使用镜像的方法

pip清华镜像

【Ubuntu】更换pip镜像源

pip 清华镜像