【问题标题】:Twisted-17.9.0-cp27-cp27m-none-win_amd64.whl is not a supported wheel on this plTwisted-17.9.0-cp27-cp27m-none-win_amd64.whl 不是这个 pl 上支持的轮子
【发布时间】:2018-09-09 04:09:45
【问题描述】:

我用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 不是该平台支持的轮子 米。

我该怎么办?

【问题讨论】:

  • Erm... 使用 3.6 的那个?

标签: python-3.x twisted


【解决方案1】:

您拥有的轮子适用于 Python 3.7。版本号编码在文件名中 - “cp37-cp37m”。你需要得到“cp36-cp36m”。或者通过运行pip install twisted 让 Pip 选择正确的版本。

【讨论】:

    猜你喜欢
    • 2020-07-18
    • 2020-10-17
    • 1970-01-01
    • 1970-01-01
    • 2020-12-25
    • 1970-01-01
    • 2019-10-22
    • 1970-01-01
    • 2019-12-28
    相关资源
    最近更新 更多