使用baidu加速镜像来加速pip安装的时候报错

系统默认配置了百度的python 加速镜像,地址是:https://mirror.baidu.com/pypi/simple

发现在使用的时候报错:

python3 -m pip install pip -U --user
Looking in indexes: https://mirror.baidu.com/pypi/simple
Requirement already satisfied: pip in /usr/local/lib/python3.10/dist-packages (23.1.2)
WARNING: Skipping page https://mirror.baidu.com/pypi/simple/pip/ because the GET request got Content-Type: application/octet-stream. The only supported Content-Types are application/vnd.pypi.simple.v1+json, application/vnd.pypi.simple.v1+html, and text/html
WARNING: Skipping page https://mirror.baidu.com/pypi/simple/pip/ because the GET request got Content-Type: application/octet-stream. The only supported Content-Types are application/vnd.pypi.simple.v1+json, application/vnd.pypi.simple.v1+html, and text/html

于是只好换用其它python 镜像,比如换清华源,地址是:https://pypi.tuna.tsinghua.edu.cn/simple

python3 -m pip install pip -U --user -i https://pypi.tuna.tsinghua.edu.cn/simple
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Requirement already satisfied: pip in /usr/local/lib/python3.10/dist-packages (23.1.2)
Collecting pip
发现问题解决

附换源方法:

 第一种是临时使用,每次使用都需要在pip命令后加入-i参数,如:

pip3 install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple

第二种,使用pip config set global.index-url 存入配置

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

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值