Replies: 1 comment 1 reply
-
What does import torch_geometric
print(torch_geometric.typing.WITH_PYG_LIB)
print(torch_geometric.typing.WITH_TORCH_SPARSE) return? Does import pyg_lib
import torch_sparse work for you? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm learning Pytorch_geometric and I ran into this error. Im using Ubuntu-22.04 and only CPU. I Have pyg-lib installed already and torch-sparse but Im still getting this error.
![image](https://private-user-images.githubusercontent.com/128145688/328847648-f05370f8-6379-473a-a0f1-ef69a4a63ce9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MTQ3ODgsIm5iZiI6MTczODkxNDQ4OCwicGF0aCI6Ii8xMjgxNDU2ODgvMzI4ODQ3NjQ4LWYwNTM3MGY4LTYzNzktNDczYS1hMGYxLWVmNjlhNGE2M2NlOS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QwNzQ4MDhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jZTFlODYyOTIzZTI3YmViZDg3OWMyMzk0ZGI4MjJhZDhhNWM3MDJkMzgwNzBkZGQxNGNmYTdhMDg0ZmJlYWQzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.KFHfvFCZfQwFvgQ5PU_t8s3CHPAp-uDLsFOK4jFSKCI)
HEre is a list of my packages: aiohttp 3.9.5
aiosignal 1.3.1
async-timeout 4.0.3
attrs 23.2.0
Brotli 1.0.9
certifi 2024.2.2
cffi 1.16.0
charset-normalizer 2.0.4
filelock 3.13.1
frozenlist 1.4.1
fsspec 2024.3.1
gmpy2 2.1.2
idna 3.7
Jinja2 3.1.3
joblib 1.4.2
MarkupSafe 2.1.3
mkl-fft 1.3.8
mkl-random 1.2.4
mkl-service 2.4.0
mpmath 1.3.0
multidict 6.0.5
networkx 3.1
numpy 1.26.4
pillow 10.3.0
pip 23.3.1
psutil 5.9.8
pycparser 2.21
pyg-lib 0.4.0+pt21cpu
pyparsing 3.1.2
PySocks 1.7.1
PyYAML 6.0.1
requests 2.31.0
scikit-learn 1.4.2
scipy 1.13.0
setuptools 69.5.1
six 1.16.0
sympy 1.12
threadpoolctl 3.5.0
torch_cluster 1.6.3
torch_geometric 2.5.3
torch_scatter 2.1.2
torch_sparse 0.6.18
torch_spline_conv 1.2.2
torchaudio 2.1.0
torchvision 0.16.0
tqdm 4.66.4
typing_extensions 4.9.0
urllib3 2.1.0
wheel 0.43.0
yarl 1.9.4
Beta Was this translation helpful? Give feedback.
All reactions