-
Notifications
You must be signed in to change notification settings - Fork 676
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
Tokenizers maven dependency fails to compile on CentOS 7 #1873
Comments
@priyadarshi9 once this PR is merged, you can try our 0.19.0-SNAPSHOT build. Please make sure clean up your local cache folder:
|
Hey @frankfliu , Thank you for a quick response. I could not find |
You need add snapshot repo, you can find document from here You can also see our example: https://github.com/deepjavalibrary/djl/blob/master/examples/pom.xml#L17-L22 |
Thanks, I could get the SNAPSHOT version now. Will try building on CentOS 7. |
the nightly build is not started yet. Please wait for 2 hours and try again |
Sure, thanks! |
Description
I am using the tokenizers dependency in my project.
The compilation is failing with the following error:
Caused by: java.lang.UnsatisfiedLinkError: /root/.djl.ai/tokenizers/0.12.0-0.18.0-linux-x86_64/libtokenizers.so: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /root/.djl.ai/tokenizers/0.12.0-0.18.0-linux-x86_64/libtokenizers.so)
Expected Behavior
The compilation should proceed successfully without any such errors.
Error Message
Caused by: java.lang.UnsatisfiedLinkError: /root/.djl.ai/tokenizers/0.12.0-0.18.0-linux-x86_64/libtokenizers.so: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /root/.djl.ai/tokenizers/0.12.0-0.18.0-linux-x86_64/libtokenizers.so)
I ran this command to check the GLIBC version on the system and it threw out following:
What can I do to fix this error? Please help with some suggestions.
The text was updated successfully, but these errors were encountered: