最开始使用anaconda直接下载的pytorch库 ,最开始一些基本的函数还能用,后来遇到了这个问题
Intel MKL FATAL ERROR: This system does not meet the minimum requirements for use of the Intel® Math Kernel Library.
The processor must support the Intel® Supplemental Streaming SIMD Extensions 3 (Intel® SSSE3) instructions.
The processor must support the Intel® Streaming SIMD Extensions 4.2 (Intel® SSE4.2) instructions.
The processor must support the Intel® Advanced Vector Extensions (Intel® AVX) instructions.
原因应该是anaconda下载的直接是给windows用的,Mac要去官网上下载
传送门 直接使用它给的命令即可,最后运行成功
在尝试使用Anaconda在Mac上安装PyTorch时,遇到了Intel MKL错误,提示系统不满足Intel Math Kernel Library的最低要求。解决方法是通过官方渠道下载适用于Mac的PyTorch,并按照官方提供的命令进行安装,最终成功解决了问题。

967

被折叠的 条评论
为什么被折叠?



