Could not find a version that satisfies the requriement xxx
- 1. 场景描述
- 2. 解决办法
- 2.1 升级pip
- 2.2 更换镜像源
- 2.3 查询所有安装的模块
- 3.Awakening
1. 场景描述
- 使用python自带的pip安装一些包时,总是会报以下错误
- 使用yum也会报一些错,反正就是装不上
2. 解决办法
2.1 升级pip
python -m pip install --upgrade pip
2.2 更换镜像源
- 国内镜像源
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学:https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban):http://pypi.douban.com/simple/
清华大学:https://pypi.tuna.tsinghua.edu.cn/simple/
中科大 :http://pypi.mirrors.ustc.edu.cn/simple/
- 在pip install XXX命令的后面加上以下命令
–default-timeout=100 -i https://pypi.tuna.tsinghua.edu.cn/simple
终端可能提示,输入的镜像源没有得到信任
- 获得ssl证书的认证
pip install 包名 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
2.3 查询所有安装的模块
C:\Users\nan>pip list
Package Version
---------------------------- -------------------
absl-py 0.15.0
altgraph 0.17.2
astor 0.8.1
astunparse 1.6.3
blinker 1.4
boto3 1.20.24
botocore 1.23.24
brotlipy 0.7.0
cachetools 5.0.0
certifi 2021.10.8
。。。。。。
3.Awakening
在一秒钟内看到本质的人和花半辈子也看不清一件事本质的人,自然是不一样的命运。