Skip to content
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

/lib64/libc.so.6: version `GLIBC_2.18' not found #58

Closed
judas123 opened this issue Jun 28, 2022 · 2 comments
Closed

/lib64/libc.so.6: version `GLIBC_2.18' not found #58

judas123 opened this issue Jun 28, 2022 · 2 comments

Comments

@judas123
Copy link

I am trying to run Cleora on a simple dataset. My TSV file is simple and follows the format of "leads attributes"

l1 <\t> a1
l2 <\t> a1
l1<\t> a2
l3 <\t> a2

I am trying to run an embedding task with the following command from one of the jupyter notebook examples. I am trying to run it on a linux machine.

#!/bin/bash
! ./new_method/cleora-v1.1.1-x86_64-unknown-linux-gnu --input DATA_PATH+'edges.tsv' --columns="leads attributes" --dimension 32 --number-of-iterations 4

I am getting the following error -

./new_method/cleora-v1.1.1-x86_64-unknown-linux-gnu: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by ./new_method/cleora-v1.1.1-x86_64-unknown-linux-gnu)

Is there a solution to this ? Even with the latest version of the linux binary file, I get the same error.

@kodieg
Copy link
Collaborator

kodieg commented Jun 28, 2022

It seems that you have older glibc installed on your machine than cleora is linked to. Try too use musl version which should work regardless of your system version: https://github.com/Synerise/cleora/releases/download/v1.2.2/cleora-v1.2.2-x86_64-unknown-linux-musl

@judas123
Copy link
Author

@kodieg , thanks that worked like a charm !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants