You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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.
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?
😵 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:
Any help or suggestions would be greatly appreciated!
Thanks!
Environment
pyg-lib
version:pyg-lib
(conda
,pip
, source):The text was updated successfully, but these errors were encountered: