Twisted-17.9.0-cp27-cp27m-none-win_amd64.whl 不是这个 pl 上支持的轮子

Twisted-17.9.0-cp27-cp27m-none-win_amd64.whl is not a supported wheel on this pl

我用python3.6

C:\Windows\system32>pip install d:\Twisted-17.9.0-cp37-cp37m-win_amd64.whl

Twisted-17.9.0-cp37-cp37m-win_amd64.whl 不是本平台支持的轮子 米

我该怎么办?

您的轮子适用于 Python 3.7。版本号在文件名中编码 - "cp37-cp37m"。你需要得到 "cp36-cp36m"。或者通过 运行 pip install twisted.

让 Pip select 正确的版本