-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
ImportError: libmklml_intel.so: cannot open shared object file: No such file or directory #3213
Comments
It looks Intel's PR default enabled MKL_DNN feature. But they didn't package the corresponding libraries |
@gangliao Yes, It should be the problem about the dynamic libraries. Actually we found the Like I think you can comment in the issue #3162, since they are the same issue. |
I have the same problem with the latest Docker image, maybe #3162 does not fix this error? |
Since -WITH_MKLML and -WITH_MKLDNN are opened later, I will set off again. @Yancey1989 |
So, any solutions to this problem? |
Just tried our latest production docker image, and got this error. I think we need to include the generated
libmklml_intel.so
andlibiomp5.so
into the Python package (or link into paddle statically)....
The text was updated successfully, but these errors were encountered: