Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intel MKL FATAL ERROR: Error on loading function mkl_blas_avx_xdcopy #2175

Closed
dickreuter opened this issue Sep 5, 2016 · 9 comments
Closed

Comments

@dickreuter
Copy link
Contributor

dickreuter commented Sep 5, 2016

Pyinstaller on mac compiles correctly but when running the file an error is produced:
Intel MKL FATAL ERROR: Error on loading function mkl_blas_avx_xdcopy

To be fair I have to say that the program was compiled on a mackintosh running in a virtual machine on a windows PC. But not sure this is relevant.

@stephenrauch
Copy link
Contributor

Has this been handled by #2111

@dickreuter
Copy link
Contributor Author

This error occurs with the latest development branch so I don't think this has been fully resolved.

@dickreuter
Copy link
Contributor Author

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

The problem is related to anaconda.

@Mottotime
Copy link

Have a look at BVLC/caffe#3884

@RuochenZhao
Copy link

The above fixed my solution while nothing else works! Thanks !!! Lifesaver

@MarinerT
Copy link

MarinerT commented Feb 6, 2020

I had the error:
Intel MKL FATAL ERROR: Error on loading function mkl_blas_avx2_xsdot

Using ' conda update --all' solved it for me.

@iamzhangyunlu
Copy link

I had the error:
Intel MKL FATAL ERROR: Error on loading function mkl_blas_avx2_xsdot

Using ' conda update --all' solved it for me.

Same problem here, I update all but the problem is still here @MarinerT

@MarinerT
Copy link

I had the error:
Intel MKL FATAL ERROR: Error on loading function mkl_blas_avx2_xsdot
Using ' conda update --all' solved it for me.

Same problem here, I update all but the problem is still here @MarinerT

@iamzhangyunlu Are you able to access packages or other programs in Anaconda? For me the all packages became inaccessible, in Jupyter Notebooks, Spyder, etc. I could use the programs, but I couldn't import packages like NumPy. I forget the steps I took before conda update --all, which obviously are key to have solved it, but they weren't anything fancy. Knowing me, I probably tried checking if packages exist, like NumPy, then reinstalling it, and using the errors as clues to what to research next. I eventually came to update the whole thing.

As stupid as it sounds, have you tried restarting your computer?

@iamzhangyunlu
Copy link

The problem is mkl, so I update mkl pakage and the problem has been solved, thank you so much! @MarinerT

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

7 participants