ringgaard / sling

SLING - A natural language frame semantics parser
Apache License 2.0
154 stars 11 forks source link

version `GLIBC_2.27' not found #12

Closed mlw67 closed 3 years ago

mlw67 commented 3 years ago

>>> import sling
return ImportError: /lib64/libc.so.6: version `GLIBC_2.27' not found. It looks like sling-3.0.0-py3-none-linux_x86_64.whl was built on an Ubuntu 18.04 machine. Could you please compile it again on an Ubuntu 16.04 machine and redeployed it? thank you very much.

ringgaard commented 3 years ago

I don't have any Ubuntu 16.04 machines anymore and I haven't figured out a way to get gcc to build binaries that are compatible with older versions of Ubuntu.

mlw67 commented 3 years ago

Okay, thank you.