-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Labels
Description
🐛 Describe the bug
Hey,
I think the download links for a lot of the datasets are currently broken. An example snipped can be found below (similar issues persist for other datasets):
from torch_geometric.datasets import DeezerEurope
ds = DeezerEurope(root=".")
print(ds)
Which raises the following error: urllib.error.HTTPError: HTTP Error 403: Forbidden
torch_geometric
tries to download the dataset from https://graphmining.ai/cgi-sys/suspendedpage.cgi
. Opening this page up in the browser brings up a page reading "account suspended".
Versions
PyTorch version: 2.2.2
Is debug build: False
CUDA used to build PyTorch: None
ROCM used to build PyTorch: N/A
OS: macOS 15.5 (arm64)
GCC version: Could not collect
Clang version: 19.1.3
CMake version: Could not collect
Libc version: N/A
Python version: 3.10.18 (main, Jun 5 2025, 08:37:47) [Clang 14.0.6 ] (64-bit runtime)
Python platform: macOS-15.5-arm64-arm-64bit
Is CUDA available: False
CUDA runtime version: No CUDA
CUDA_MODULE_LOADING set to: N/A
GPU models and configuration: No CUDA
Nvidia driver version: No CUDA
cuDNN version: No CUDA
HIP runtime version: N/A
MIOpen runtime version: N/A
Is XNNPACK available: True
CPU:
Apple M3
Versions of relevant libraries:
[pip3] numpy==1.26.4
[pip3] pytorch-lightning==2.5.2
[pip3] torch==2.2.2
[pip3] torch-geometric==2.6.1
[pip3] torchaudio==2.2.2
[pip3] torchdata==0.8.0
[pip3] torchmetrics==1.7.3
[pip3] torchvision==0.17.2
[conda] numpy 1.26.4 pypi_0 pypi
[conda] pytorch-lightning 2.5.2 pypi_0 pypi
[conda] torch 2.2.2 pypi_0 pypi
[conda] torch-geometric 2.6.1 pypi_0 pypi
[conda] torchaudio 2.2.2 pypi_0 pypi
[conda] torchdata 0.8.0 pypi_0 pypi
[conda] torchmetrics 1.7.3 pypi_0 pypi
[conda] torchvision 0.17.2 pypi_0 pypi