目录
一、问题:
ERROR: Could not find a version that satisfies the requirement <软件包> (from versions: none)
ERROR: No matching distribution found for <软件包>
二、原因:
错误:找不到满足要求的版本<软件包>(来自版本:无)
错误:找不到匹配的<软件包>分布
三、解决方法:
1.首先确保输入软件包名称和版本号没有问题。
2.保证计算机连接网络。
3.更新pip
pip install --upgrade pip
4.更换pip源
pip install <软甲包> -i https://pypi.tuna.tsinghua.edu.cn/si