macOS M1 下pip install安装.whl报错“is not a supported wheel on this platform.

macOS M1 下pip install安装.whl报错“is not a supported wheel on this platform.“

多半是由于conda的python环境和你要安装的文件版本不匹配

pip debug --verbose

查看当前支持的版本号

macOS M1 下pip install安装.whl报错“is not a supported wheel on this platform.

会发现当前和我们要安装的文件版本均不对应

macOS M1 下pip install安装.whl报错“is not a supported wheel on this platform.

所以要重新安装适合的python版本

conda search "^python$" 

macOS M1 下pip install安装.whl报错“is not a supported wheel on this platform.

conda install -y python==x.x.x

安装即可

上一篇:35 张图解:被问千百遍的 TCP 三次握手和四次挥手面试题


下一篇:2022-01-07 Land攻击