DeepGraphLearning / graphvite

GraphVite: A General and High-performance Graph Embedding System
https://graphvite.io
Apache License 2.0
1.22k stars 151 forks source link

`GLIBC_2.27' not found #54

Open zouqian2468 opened 4 years ago

zouqian2468 commented 4 years ago

ImportError: /usr/lib64/libm.so.6: version `GLIBC_2.27' not found (required by /usr/local/anaconda3/lib/python3.6/site-packages/graphvite/lib/libgraphvite.so)

What can I do to solve it?

zhixiaochuan12 commented 4 years ago

centos8 or ubuntu18 can support GLIBC_2.27

etorf commented 4 years ago

Same problem here - using ubuntu 16 which is supposed to be supported

porimol commented 3 years ago

Is this issue resolved? I'm facing exactly same problem!

nara-simba commented 3 years ago

Apprently, Linux version too doesn't support or come by default with GLIBC_2.27. It would be great, if you provide a comprehensive response to this issue... Thanks! NAME="Amazon Linux" ID_LIKE="centos rhel fedora"

KiddoZhu commented 3 years ago

Sorry so far we didn't find the solution to that. It looks like GLIBC is not well handled by conda environment.

An alternative is to compile from source. This would always work.

nara-simba commented 3 years ago

but, i did not need visualization component. Even with graphvite-mini, above error props up. It's unclear which part of representation/embedding training requires GLIBC or relevant packages.

spapadias commented 3 years ago

I also get this error. Any ideas on how to solve it?

nara-simba commented 3 years ago

I was using AWS EC2 instances, I had to spin up machine with ubuntu 18.* . With ubuntu 16 and with linux (cento os) I could not cross above issue.