Python: 无法安装我在 pypi.org 中看到的模块版本
Python: Cannot install module version that I see in pypi.org
我正在尝试升级我的 websockets
模块,pypi.org 中似乎存在版本 8.1:https://pypi.org/project/websockets/
但是,pip install websockets==8.1
抛出:
ERROR: Could not find a version that satisfies the requirement
websockets==8.1 (from versions: 1.0, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5,
2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 4.0.1, 5.0, 5.0.1, 6.0, 7.0) ERROR: No matching distribution found for websockets==8.1
我一定是忽略了什么。其他人可以提供的任何建议将不胜感激!
我刚刚在 python 3.7.4 上尝试过,它成功了。确保你是 运行 python >= 3.6.1(Pypi 指定的最低版本)和最新的 Pip
我正在尝试升级我的 websockets
模块,pypi.org 中似乎存在版本 8.1:https://pypi.org/project/websockets/
但是,pip install websockets==8.1
抛出:
ERROR: Could not find a version that satisfies the requirement websockets==8.1 (from versions: 1.0, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 4.0.1, 5.0, 5.0.1, 6.0, 7.0) ERROR: No matching distribution found for websockets==8.1
我一定是忽略了什么。其他人可以提供的任何建议将不胜感激!
我刚刚在 python 3.7.4 上尝试过,它成功了。确保你是 运行 python >= 3.6.1(Pypi 指定的最低版本)和最新的 Pip