-
Notifications
You must be signed in to change notification settings - Fork 0
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
OSError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found #3
Comments
@Looong01
What operation did you do before this error? |
@PavanKumarMiriyala
Installation is successful. I'm facing the above error when I run an example gcn code. |
@Looong01
You can make an issue here. https://github.com/Looong01/pyg-rocm-build/issues |
@Looong01
I think the libc version in your os is too old. Solution:
If 1 is true, download th newest or required version of glibc (http://ftp.gnu.org/gnu/glibc/)
|
@PavanKumarMiriyala |
@Looong01 unfortunately, I do not have root access and do not have the privileges to upgrade the OS on this cluster. Can you suggest any alternatives? |
Also have the same issue and can't change the version of glibc on cluster. Did anyone try another release version to fix the issue? |
|
U can install glibc in anaconda's envs. Then python will use this, instead of the one of system(/lib/x86_64-linux-gnu/libc.so.6). So, u can manipulate it without root access. |
@PavanKumarMiriyala
PavanKumarMiriyala
on Feb 7, 2023
I'm using ubuntu 20.04, ROCm 5.4.0, Python 3.8.13, torch 1.13.0. But I'm facing the below error
The text was updated successfully, but these errors were encountered: