网络资源您现在的位置是:首页 > 资源教程 > 网络资源

python pip 常用的国内 PyPI 镜像

<a href='mailto:'>微wx笑</a>的头像微wx笑 2023-06-15网络资源 1 0关键字: pip  PyPI  镜像  

从网上整理一些常用的国内 PyPI 镜像阿里云:https://mirrors.aliyun.com/pypi/simple/清华:https://pypi.tuna.tsinghua.edu.cn/simple中国科技大学:https://pypi.mirrors.ustc

无知人生,ivu4e.com,ivu4e.cn

从网上整理一些常用的国内 PyPI 镜像lCW无知


lCW无知

阿里云:https://mirrors.aliyun.com/pypi/simple/lCW无知


lCW无知

清华:https://pypi.tuna.tsinghua.edu.cn/simplelCW无知


lCW无知

中国科技大学:https://pypi.mirrors.ustc.edu.cn/simple/lCW无知


lCW无知

华中理工大学:https://pypi.hustunique.com/lCW无知


lCW无知

山东理工大学:https://pypi.sdutlinux.org/lCW无知


lCW无知

豆瓣:https://pypi.douban.com/simple/lCW无知


lCW无知

V2EX:pypi.v2ex.com/simplelCW无知


lCW无知

搜狐镜像:https://mirrors.sohu.com/Python/lCW无知


lCW无知

使用方式lCW无知

pip3 install -U [您要安装的库] -i https://mirrors.aliyun.com/pypi/simple/ lCW无知

或者lCW无知

# 安装指定名称的包,替换下面命令后面的"some-package"
pip install -i  some-package
# 安装项目,需要有setup.py 或 pyproject.toml 文件
pip install . -i https://mirrors.aliyun.com/pypi/simple/
# 安装项目,需要有 requirements.txt 文件
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/

PyPI 镜像使用帮助

PyPI 镜像在每次同步成功后间隔 5 分钟同步一次。lCW无知

pip

临时使用

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

注意,simple 不能少, 是 https 而不是 httplCW无知

设为默认

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

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

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

python -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip

配置多个镜像源

如果您想配置多个镜像源平衡负载,可在已经替换 index-url 的情况下通过以下方式继续增加源站:lCW无知

pip config set global.extra-index-url "<url1> <url2>..."

请自行替换引号内的内容,源地址之间需要有空格lCW无知

可用的 pypi 源列表(校园网联合镜像站):https://mirrors.cernet.edu.cn/list/pypilCW无知

PDM

通过如下命令设置默认镜像:lCW无知

pdm config pypi.url https://pypi.tuna.tsinghua.edu.cn/simple

Poetry

通过以下命令设置默认镜像:lCW无知

poetry source add --default mirrors https://pypi.tuna.tsinghua.edu.cn/simple/

通过以下命令设置次级镜像:lCW无知

poetry source add --secondary mirrors https://pypi.tuna.tsinghua.edu.cn/simple/


lCW无知

参考:lCW无知

https://blog.csdn.net/Crayonxin2000/article/details/114455282lCW无知

https://mirrors.tuna.tsinghua.edu.cn/help/pypi/ lCW无知


lCW无知

无知人生,ivu4e.com,ivu4e.cn

本文为转载文章,版权归原作者所有,不代表本站立场和观点。

很赞哦! () 有话说 ()