-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Comments
Has this been handled by #2111 |
This error occurs with the latest development branch so I don't think this has been fully resolved. |
The solution is The problem is related to anaconda. |
Have a look at BVLC/caffe#3884 |
The above fixed my solution while nothing else works! Thanks !!! Lifesaver |
I had the error: 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? |
The problem is mkl, so I update mkl pakage and the problem has been solved, thank you so much! @MarinerT |
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.
The text was updated successfully, but these errors were encountered: