-
Notifications
You must be signed in to change notification settings - Fork 189
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 ERROR: dlopen(/Users/user/opt/anaconda3/lib/libmkl_intel_thread.dylib, 9): Library not loaded: @rpath/libiomp5.dylib #895
Comments
This may be related to issue #891. |
If I use Conda.jl inside Julia. I still encounter the same issue eventhough the libraries are present in those directories:
|
I have replicated the exact same issue, as reported by someone as well on the Humans of Julia Discord server. @truedichotomy were you able to work around this issue? |
I had the exact same bug but using NEURON, and managed to resolve it just by updating anaconda, using conda update --all hope this helps! |
I'm having this same issue too. I have a (mini)conda installation that, independently of |
I resolved this issue in my own installs by installing nomkl in the conda environment. I'm not very familiar with MKL, but it seemed like this was being caused by some interaction between Julia and conda's separate MKL installs. |
The following issues might be helpful for those who came here. |
I'm encountering a crash of julia when trying to use PyCall.jl.
I installed anaconda then set ENV["PYTHON"] to the anaconda python, rebuild PyCall then when I try to do a simple
plt = pyimport("matplotlib.pyplot")
, Julia crashes. Here is the full error message:I checked the anaconda directories and libmkl_intel_thread.dylib and libiomp5.dylib are both present.
I'm running Julia 1.6.0 on macOS 10.15.7.
The text was updated successfully, but these errors were encountered: