ogb
ogb copied to clipboard
Process finished with exit code 134
Hi!
When I import ogb package like from ogb.nodeproppred import DglNodePropPredDataset, I get an error:
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Process finished with exit code 134 (interrupted by signal 6: SIGABRT)
The same happens when I import other packages of ogb including PygNodePropPredDataset, etc.
packages: PyTorch, 1.11.0 Python, 3.7.10 OGB, 1.3.3
Hi! I do not think the error is related to the ogb package, because our package is written in pure Python. Can you make sure your other packages (such as torch_geometric and torch) are installed appropriately? For example, when you do import torch_geometric, does it run properly?