-
Notifications
You must be signed in to change notification settings - Fork 150
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
Issue with libc version #346
Comments
The current workaround would be to either (1) install an earlier version of |
Hi, (2) works for me. Thanks a lot. |
If you are installing torch_geometric via pip, perhaps try conda instead: |
how to install torch_sparse from source? @HelloWorldLTY @rusty1s |
I have recently reinstalled pytorch_geometric and pytorch_sparse.
After installing version 2.4.0, I get the following warning when I import pytorch_geometric
Previously, I had been using pytorch_geometric version 2.3.1 and I did not get this warning. Unfortunately, I am not able to install glibc 2.29 as these are on CentOS servers which I don't have privileges on.
Is there a possible workaround? The version of glibc on the machines is 2.17
The text was updated successfully, but these errors were encountered: