pyg-team / pytorch_geometric

Graph Neural Network Library for PyTorch
https://pyg.org
MIT License
21.52k stars 3.69k forks source link

## ❓ Questions & Help No module named 'torch_geometric.io #2789

Open Austinzhenghua opened 3 years ago

Austinzhenghua commented 3 years ago

From now on, we recommend using our discussion forum (https://github.com/rusty1s/pytorch_geometric/discussions) for general questions.

❓ Questions & Help

Austinzhenghua commented 3 years ago

I got the error information: No module named 'torch_geometric.io

I have installed

Pillow 8.2.0 8.2.0
certifi 2021.5.30 2021.5.30
decorator 4.4.2 5.0.9
future 0.18.2 0.18.2
isodate 0.6.0 0.6.0
joblib 0.16.0 1.0.1
networkx 2.4 2.6rc2
numpy 1.19.4 1.21.0
olefile 0.46 0.47.dev4
pandas 1.0.5 1.3.0rc1
pip 20.1.1 21.1.3
plyfile 0.7.2 0.7.4
pyparsing 2.4.7 3.0.0b2
python-dateutil 2.8.1 2.8.1
pytz 2020.1 2021.1
rdflib 5.0.0 5.0.0
scikit-learn 0.23.1 0.24.2
scipy 1.5.0 1.7.0
setuptools 47.3.1.post20200622 57.0.0
six 1.16.0 1.16.0
threadpoolctl 2.1.0 2.1.0
torch 1.4.0 1.9.0
torch-cluster 1.4.5 1.5.9
torch-geometric 1.1.0 1.7.2
torch-scatter 1.1.0 2.0.7
torch-sparse 0.4.4 0.6.10
torchvision 0.5.0 0.10.0
wheel 0.34.2 0.36.2
rusty1s commented 3 years ago

The torch_geometric.io subpackage was added in version 1.3.2, see here.