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
Installation of torch-sparse, torch-cluster and pyg-lib results in missing or unresolved dependencies. I repeated the installation process multiple times today, each time with a clean venv, tried different installation orders, checked out to see if using cuda-versions makes a difference (doesn't), went back to older versions of torch, no difference either. (See below under environment for precise installation script).
I keep running into the same problem when trying to import torch_geometric afterwards:
C:\Users\...\Lib\site-packages\torch_geometric\typing.py:68: UserWarning: An issue occurred while importing 'pyg-lib'. Disabling its usage. Stacktrace: Could not find module 'C:\Users\...\Lib\site-packages\libpyg.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
warnings.warn(f"An issue occurred while importing 'pyg-lib'. "
C:\Users\...\Lib\site-packages\torch_geometric\typing.py:97: UserWarning: An issue occurred while importing 'torch-cluster'. Disabling its usage. Stacktrace: Could not find module 'C:\Users\...\Lib\site-packages\torch_cluster\_fps_cpu.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
warnings.warn(f"An issue occurred while importing 'torch-cluster'. "
C:\Users\...\Lib\site-packages\torch_geometric\typing.py:124: UserWarning: An issue occurred while importing 'torch-sparse'. Disabling its usage. Stacktrace: Could not find module 'C:\Users\...\Lib\site-packages\torch_sparse\_convert_cpu.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
warnings.warn(f"An issue occurred while importing 'torch-sparse'.
The cited files (libpyg.pyd, _fps_cpu.pyd, _convert_cpu.pyd) are present at their supposed locations, so I am assuming a dependency hidden within is not correctly resolved.
This is my complete list of installed packages:
😵 Describe the installation problem
Installation of
torch-sparse
,torch-cluster
andpyg-lib
results in missing or unresolved dependencies. I repeated the installation process multiple times today, each time with a clean venv, tried different installation orders, checked out to see if using cuda-versions makes a difference (doesn't), went back to older versions of torch, no difference either. (See below under environment for precise installation script).I keep running into the same problem when trying to
import torch_geometric
afterwards:The cited files (libpyg.pyd, _fps_cpu.pyd, _convert_cpu.pyd) are present at their supposed locations, so I am assuming a dependency hidden within is not correctly resolved.
This is my complete list of installed packages:
Environment
conda
,pip
, source):torch-scatter
):The text was updated successfully, but these errors were encountered: