On MacBook Pro with M1 Pro processor running macOS Monterey (12.4) and Python 3.9, I am getting the following error
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.
I applied the solutions from these similar questions
- updating numpy and updating/disabling MKL
- uninstalling PyTorch and reinstalling from pip
- installing nkml and torch
and re-installed the necessary packages (as shown from the output of conda list
). However I am still getting the same error.
ipykernel (6.15.2),
numpy (1.22.4),
pandas (1.4.3),
matplotlib(3.5.3),
nomkl (1.0),
pytorch (1.12.1),
torchvisio(0.11.3),
nomkl (1.0)