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 experienced the error before with PyTorch 1.10 on a local cluster. I was searching the issues but could not find someone with the same problem, yet. The error is known in the site package rusty1s/pytorch_sparse#180
Environment
PyG version: NameError: name 'torch_geometric' is not defined
PyTorch version: 11.1
OS: Ubuntu
Python version: 3.7
CUDA/cuDNN version: 1.10
How you installed PyTorch and PyG (conda, pip, source): pip
Any other relevant information (e.g., version of torch-scatter): PyG is not recognized properly as a package and CUDA bindings seem to be broken.
The text was updated successfully, but these errors were encountered:
I haven't yet tried to reproduce the error but it looks like Colab only installs the CPU version of torch-sparse while it has a GPU available. Ensuring that you install from binaries rather than via manual installation fixes this.
😵 Describe the installation problem
When trying to install the library with
I receive the following error in Google Colab
I experienced the error before with PyTorch 1.10 on a local cluster. I was searching the issues but could not find someone with the same problem, yet. The error is known in the site package rusty1s/pytorch_sparse#180
Environment
conda
,pip
, source): piptorch-scatter
): PyG is not recognized properly as a package and CUDA bindings seem to be broken.The text was updated successfully, but these errors were encountered: