首页 > 解决方案 > MontagePy-1.0.1-cp36-cp36m-manylinux1_x86_64.whl 不是这个平台支持的轮子

问题描述

Python 3.7 安装在我的 64 位机器上。当我尝试运行时pip3 install,我收到我的平台不支持轮文件的消息。

这是我到目前为止检查过的内容:

什么可能导致此平台不兼容?


调试日志说

/usr/bin/pip3 run on Fri Mar  1 14:09:04 2019
MontagePy-1.0.1-cp36-cp36m-manylinux1_x86_64.whl is not a supported wheel on this platform.
Exception information:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pip/basecommand.py", line 122, in main
    status = self.run(options, args)
  File "/usr/lib/python3/dist-packages/pip/commands/install.py", line 257, in run
    InstallRequirement.from_line(name, None))
  File "/usr/lib/python3/dist-packages/pip/req.py", line 168, in from_line
    raise UnsupportedWheel("%s is not a supported wheel on this platform." % wheel.filename)
pip.exceptions.UnsupportedWheel: MontagePy-1.0.1-cp36-cp36m-manylinux1_x86_64.whl is not a supported wheel on this platform.

标签: pythonpippython-wheelastropy

解决方案


推荐阅读