snap-stanford / ogb

Benchmark datasets, data loaders, and evaluators for graph machine learning
https://ogb.stanford.edu
MIT License
1.93k stars 397 forks source link

Value error #281

Closed aahad5555 closed 2 years ago

aahad5555 commented 2 years ago

I am trying to run the code snippet provided by the authors, from ogb.graphproppred import PygGraphPropPredDataset but the following ValueError

ValueError: module functions cannot set METH_CLASS or METH_STATIC

I am trying to run this code on colab

weihua916 commented 2 years ago

Could be related to this: https://github.com/pandas-dev/pandas/issues/23040