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

Which version of PyTorch Geometric and its dependencies work(pyg_lib) on Ubuntu 16.04? #367

Open
worfsmile opened this issue Dec 18, 2024 · 3 comments

Comments

@worfsmile
Copy link

😵 Describe the installation problem

Hello,

I am trying to install PyTorch Geometric (PyG) along with its dependencies (torch-scatter, torch-sparse, pyg-lib, etc.) on Ubuntu 16.04, but I am facing compatibility issues. Could you please advise which versions of PyTorch Geometric and its four essential libraries (PyTorch, torch-scatter, torch-sparse, pyg-lib) are compatible with Ubuntu 16.04?

I am currently using Python 3.x and have the following versions installed:

  • Ubuntu 16.04
  • Python 3.x
  • PyTorch version (please specify)

Any help or suggestions would be greatly appreciated!

Thanks!

Environment

  • pyg-lib version:
  • PyTorch version:
  • OS:
  • Python version:
  • CUDA/cuDNN version:
  • How you installed PyTorch and pyg-lib (conda, pip, source):
  • Any other relevant information:
@akihironitta
Copy link
Member

Hi @worfsmile, I have never tried building on Ubuntu 16.04, but it's usually a good idea to share your installation commands and the error you're seeing.

@akihironitta
Copy link
Member

Please note that the stable release currently supports Python 3.9 - 3.12.

@worfsmile
Copy link
Author

Thank you for your response@akihironitta! I'm trying to install pyg_lib on Ubuntu 16.04 using pip install, but I encounter the same issue as issue #363 where the library fails to load while import pyg_lib due to a compatibility problem with GLIBC_2.27. The glibc version on Ubuntu 16.04 is 2.23, and pyg_lib seems to require version 2.27 or higher. I've tried installing different versions of pyg_lib but the issue persists. Is there a version of pyg_lib that supports glibc_2.23, or are there any solutions for resolving this issue on Ubuntu 16.04?

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

No branches or pull requests

2 participants