pyg-team / pytorch_geometric

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

cannot import name 'AttributedGraphDataset' from 'torch_geometric.datasets' #3318

Open victordaniel opened 3 years ago

victordaniel commented 3 years ago

🐛 Bug

ImportError: cannot import name 'AttributedGraphDataset' from 'torch_geometric.datasets' (/usr/local/lib/python3.7/dist-packages/torch_geometric/datasets/init.py)

To Reproduce

Steps to reproduce the behavior:

1. 1. 1.

Expected behavior

Environment

Additional context

rusty1s commented 3 years ago

This dataset is currently only available when installing from master, see here:

pip install git+https://github.com/pyg-team/pytorch_geometric.git