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
查看当前支持的版本号
会发现当前和我们要安装的文件版本均不对应
所以要重新安装适合的python版本
conda search "^python$"
conda install -y python==x.x.x
安装即可
𝓐𝓬𝓱𝓲𝓮𝓿𝓮𝓶𝓮𝓷𝓽 𝓹𝓻𝓸𝓿𝓲𝓭𝓮𝓼 𝓽𝓱𝓮 𝓸𝓷𝓵𝔂 𝓻𝓮𝓪𝓵
𝓹𝓵𝓮𝓪𝓼𝓾𝓻𝓮 𝓲𝓷 𝓵𝓲𝓯𝓮