Skip to content

Instantly share code, notes, and snippets.

@chao1224
Created July 21, 2017 19:46
Show Gist options
  • Save chao1224/15dc1725617b196824b8115db9481f0d to your computer and use it in GitHub Desktop.
Save chao1224/15dc1725617b196824b8115db9481f0d to your computer and use it in GitHub Desktop.
solve the exception `Intel MKL FATAL ERROR: Cannot load libmkl_avx2.so or libmkl_def.so`
# create conda virtual env, named xxx
conda create -n xxx
# enter virtual env
source activate xxx
conda install nomkl numpy scipy scikit-learn numexpr
conda remove mkl mkl-service
# quit virtual env
source deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment