我尝试安装旧版本的 python 包并收到错误 Could not find a version that satisfies the requirement...。我确信该包和指定的版本确实存在,并且我了解到当包与python版本不兼容时经常会出现此问题。
Could not find a version that satisfies the requirement...
如何找出我需要的 python 版本,而不安装所有版本并尝试 pip install 直到它起作用?
python pip
pip ×1
python ×1