pip install ***-cp37-cp37m-linux_x86_64.whl
ERROR:***-cp37-cp37m-linux_x86_64.whl is not a supported wheel on this platform.
错误原因:
下载的安装包与本地的Python版本或者系统架构不匹配导致。
如***-cp37-cp37m-linux_x86_64.whl对应的python版本是3.7,系统版本是x86_64的linux系统。
2022-03-23 21:32:58
pip install ***-cp37-cp37m-linux_x86_64.whl
ERROR:***-cp37-cp37m-linux_x86_64.whl is not a supported wheel on this platform.
错误原因:
下载的安装包与本地的Python版本或者系统架构不匹配导致。
如***-cp37-cp37m-linux_x86_64.whl对应的python版本是3.7,系统版本是x86_64的linux系统。
下一篇:查看机器位数