benedekrozemberczki / pytorch_geometric_temporal

PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021)
MIT License
2.63k stars 370 forks source link

Downloading of Datasets hosted by graphmining.ai fails due to a expired certificate #243

Open maschill opened 1 year ago

maschill commented 1 year ago

As Mentioned in the title, the Download, i.e. the construction of the Dataloader loader = METRLADatasetLoader() fails with the following error: ... ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007) ... During handling of the above exception, another exception occurred: ... urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)>

The reason for this is an expired certificate on the servers end. You can still manually download and use the dataset from the server.

aurorarossi commented 1 year ago

Hello! This seems a duplicate of the issue https://github.com/benedekrozemberczki/pytorch_geometric_temporal/issues/236