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

Installment issues with GLIBC not found #97

Open
chao1224 opened this issue May 13, 2024 · 1 comment
Open

Installment issues with GLIBC not found #97

chao1224 opened this issue May 13, 2024 · 1 comment

Comments

@chao1224
Copy link

Hi there,

I am installing the latest pytorch and transformers packages.

I can install pytorch-2.0.1, but when I run import torch in python, I got this exception:

/gpfs/home/xxx/anaconda3/envs/xxx/bin/../lib/libstdc++.so.6: version `GLIBCXX_3.4.29' not found

Similar issue when I am installing transformers:

/lib64/libc.so.6: version `GLIBC_2.29' not found

Any help is appreciated.

@rloveNRC
Copy link
Collaborator

@chao1224 Are you pulling down pre-built binaries/egg versions of pytorch and transformers or building them from source on the cluster? Usually issues with glibc versions like that point towards trying to use a binary built against a very different version of glibc (e.g. built on a newer OS).

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