本文主要是介绍ERROR:***-cp37-cp37m-linux_x86_64.whl is not a supported wheel on this platform.,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
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系统。
这篇关于ERROR:***-cp37-cp37m-linux_x86_64.whl is not a supported wheel on this platform.的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!