ogb icon indicating copy to clipboard operation
ogb copied to clipboard

Process finished with exit code 134

Open LspongebobJH opened this issue 3 years ago • 1 comments

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

LspongebobJH avatar Apr 28 '22 03:04 LspongebobJH

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?

weihua916 avatar May 10 '22 16:05 weihua916