我在 M1 Macbook Pro 上运行 Python 3.8.5 中的 PyTorch,并收到以下错误消息:
Intel MKL FATAL ERROR: This system does not meet the minimum requirements for use of the Intel(R) Math Kernel Library.
The processor must support the Intel(R) Supplemental Streaming SIMD Extensions 3 (Intel(R) SSSE3) instructions.
The processor must support the Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2) instructions.
The processor must support the Intel(R) Advanced Vector Extensions (Intel(R) AVX) instructions.
Run Code Online (Sandbox Code Playgroud)
它们是什么意思,我该怎么做才能解决它们?