清华pypip 国内源

Posted liangqihui

tags:

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

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

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

docker_清华源国内的选择

Ubuntu替换国内源(清华源)

国内镜像源(阿里网易清华中科大) ubuntu20.04下载地址超快

python pip anaconda conda 切换国内源(清华镜像)

更新 Ubuntu 软件下载地址(更换国内清华镜像地址)

ubuntu20.04 LTS 更换国内163源、阿里源、清华源、中科大源