-
Notifications
You must be signed in to change notification settings - Fork 44
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/libm.so.6: version 'GLIBC_2.29' not found
#266
Comments
Thanks for reporting. Looks like our wheels somehow require
|
I have the same problem. |
Facing the same issue, details below: Environment
Complete Error:
|
Hi, I tried solving this with
|
The issue is that you don't have a CUDA toolkit installed:
I will try to provide updated binaries today or tomorrow. |
Just ran into this as well |
I have the same issue, is there any solution? |
Yes. Regarding the other issue: Is it resolved by #266 (comment)? |
not resolved yet, it is not working for mac system, but looks fine for linux. is there anything else to pay attention to for mac system? thanks |
For Mac, the
|
I am having the same issue. I am on a Linux system with GLIBC 2.28. I don't have this issue if I install only
I am able to reproduce this error by just running
EDIT: My environment is created with |
You should run
|
Yes, I actually used |
Got it, sorry :) As a workaround, you can do manual installation of
It looks like pre-built |
I'm trying to get
ERROR:
Any guidance or tips here? |
Do you want to build with CUDA or without? it looks for a CUDA implementation but cannot find it. If you want to install without CUDA, try
|
@rusty1s Hi thank you for concerning this problems, and i met the same problems. I used Linux HPC, and install the packages with And i met the same problem with @aaronwtr
And i supposed that we install in the login node which normally without "GPU" and carried by submit system. if this is a possible problem? Do you have any new idea to solve this problem? |
Hi @rusty1s |
Hi @yifanfu01 , sorry to push you. But my team really needs to solve this issue. It would be great, if you could provide us with your solution. Thanks a lot! |
Hi @YufanXia999 , it's kinda difficult, and sorry to be late. I think, in person, this bug was caused by you install package in the login node, but it will run on the GPU node. So when installing it can not automatically decide the location of cuda. Also problems occur when find gcc, but i'm not sure whether it is same for you. I can provide more info if any guy need : yf_pumc#163.com Best regards, |
Hi @yifanfu01, thank you so much for your quick response! I think we are having exactly the same issue. I have to install packages on login node, but jobs will run on GPU node. But the installation will fail, since on login node there are no GPU assigned. I have tried your solution. But sadly our HPC has a version lower than gcc-9. Is there a reason why it requires gcc-9? Or do you have any other solutions? Thanks! Best, |
@YufanXia999 Hi, I think the version 7 is also enough. Could you provide your detail errors when you run |
Hi @yifanfu01, my error is same as aaronwtr's error:
Basically the installation requires to detect CUDA, however, there are no GPU on login node. Do you have an idea how to solve this? Best, |
Hi @YufanXia999 |
OSError: /lib/x86_64-linux-gnu/libm.so.6: version
GLIBC_2.29' not found`
OSError: /lib/x86_64-linux-gnu/libm.so.6: version
GLIBC_2.29' not found`OSError: /lib/x86_64-linux-gnu/libm.so.6: version 'GLIBC_2.29' not found
`
OSError: /lib/x86_64-linux-gnu/libm.so.6: version 'GLIBC_2.29' not found
`OSError: /lib/x86_64-linux-gnu/libm.so.6: version 'GLIBC_2.29' not found
Fixed by #276 in newer versions. |
I have the same question |
Can anyone help me? I really need to solve this problem. |
🐛 Describe the bug
Environment
pyg-lib
version: 0.3.0pyg-lib
(conda
,pip
, source):Pytorch: conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
pyg-lib: pip install pyg-lib -f https://data.pyg.org/whl/torch-2.1.0+cu118.html
The error information are:
My GLIBC version is
I'm quite sure that I can't upgrade my GLIBC version, how can I fix this issue? Is this a bug or a Compatibility issues? I'm not sure.
Thank you very much for help.
The text was updated successfully, but these errors were encountered: