-
-
Notifications
You must be signed in to change notification settings - Fork 273
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
Runtime error: `GLIBC_2.18' not found #530
Comments
Hi, I think you can try to install python-crfsuite==0.9.6, it worked fine for me. |
@Gooklim Hi. I've tried but I am afraid it does not work. The same error happens. And I don't think the problem has relation with python-crfsuite. |
Hi, rain, I am sorry I was not clear that I am actually using python-crfsuite==0.9.6 with underthesea==1.2.0, without underthesea_core dependency. |
thank you for your kind reply.
…Sent from my iPhone
On Jun 23, 2022, at 15:51, Gooklim ***@***.***> wrote:
Hi, rain, I am sorry I was not clear that I am actually using python-crfsuite==0.9.6 with underthesea==1.2.0, without underthesea_core dependency.
And, the reason I told you to use that version of python-crfsuite is that I assumed the only thing related to GLIBC in the package is CRF module. maybe I was wrong. sorry for that.
Hope it will go well this time :)
—
Reply to this email directly, view it on GitHub<#530 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAVTSYHU4SOYIXD3NV6TE4LVQQJQ3ANCNFSM5TYPWKJA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Today, I face a similar issue. I update version underthesea 1.3.5a2. It works very well in my system (Ubuntu 20.04, python 3.7). However, when I install run this library in google colab.
This error may cause by glibc library. The error tell us I run this command in google colab
and in my system (macOS Monterey 12.4)
So I think Update 1: I found this article describe exactly what I think https://kobzol.github.io/rust/ci/2021/05/07/building-rust-binaries-in-ci-that-work-with-older-glibc.html. Very promissing Update 2: Here are default
Update 3: After a whole day invest to use |
@melody-rain @Gooklim I'm very happy to announce that underthesea version 1.3.5a3 is now suport glibc 2.17 (centos 7). Please give it a try and let me know if It works. |
I got this error:
/lib64/libc.so.6: version `GLIBC_2.18' not found (required by python3.6/site-packages/underthesea_core.cpython-36m-x86_64-linux-gnu.so)
Any solutions?
My OS is Centos 7 and GLIBC_2.17 is valid on my OS. Upgrading to GLIBC_2.18 is not valid.
The text was updated successfully, but these errors were encountered: