snap-stanford / ogb

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

EOFError: Ran out of input #459

Closed zaynahjaved closed 9 months ago

zaynahjaved commented 9 months ago

Hi! I get the following error when trying to load the "ogbn-mag" dataset running on Singularity. When I run the same script locally, I don't get the error.

Screenshot 2023-10-02 at 1 41 19 PM

I also get this error when trying to import via the command line as well (also on Singularity and not locally).

Screenshot 2023-10-02 at 1 42 19 PM

I'd be happy to provide any more information that's needed. (ie, more information about my setup, the code I'm running, versions of packages, etc)

Also this doesn't happen with any other datasets. Just the MAG one

zaynahjaved commented 9 months ago

Sorry! Figured out the problem immediately after posting. Closing the issue