Intel MKL FATAL ERROR: Cannot load libmkl_core.dylib

Hey Autumn! Have you tried:

conda install nomkl numpy scipy scikit-learn numexpr
conda remove mkl mkl-service

I have had similar issues myself trying to run PyTorch locally. If you can try using Google colab or Jupyter notebooks instead for experimentation. You can switch the runtime type’s hardware accelerator to CPU/GPU/TPU which (I have found) sometimes is all it takes. The cloud notebooks make setup a lot easier.

4 Likes