-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
OMP: Error #15: Initializing libiomp5.dylib #16
Comments
Being real honest here: I have absolutely no idea what might have happened there. This issue from another project looks relevant. Try solutions recommended there, maybe? |
Tried the following suggestion from that thread:
Nothing. The workaround above works,
This is likely nothing to do with this repo and can be closed. |
@ZachariahRosenberg did you try |
@christabella your solution |
The best solution I found was here. Check your |
Yes, even i ran into the same problem today and tried conda install nomkl and it worked!,thanks for the solution. |
Tried conda install nomkl and worked |
|
@christabella thanks |
|
thank you very macth |
Same problem here. |
Same problem here. KMP_DUPLICATE_LIB_OK fix works for me, conda install nomkl rolled back due to some privilege problem. |
|
|
this really works |
|
I found an alternative solution to this problem here, which is to preload the OpenMP runtime using the
This eliminates multiple loadings of libiomp, and makes all the components use this specific version of OpenMP. |
conda install nomkl worked for me. MacOS 10.15.7 |
Followed Mujoco install, followed by full Gym installation.
Used Miniconda, py 3.6
On fresh OSX Mojave (right out of the box!)
Ran the following code:
Received following error on first build:
The workaround is including:
However, is there a more permanent fix? Why might there be multiple instances of OpenMP?
The text was updated successfully, but these errors were encountered: