AntonioLonga/PytorchGeometricTutorial

Error for running "from torch_geometric.nn import Node2Vec"

ayreen2 opened this issue · 1 comments

while running from torch_geometric.nn import Node2Vec in google colab an error occur
OSError: /usr/local/lib/python3.7/dist-packages/torch_sparse/_convert_cpu.so: undefined symbol: _ZNK2at6Tensor5zero_Ev

what should I do?

hi,
you have to update pyg, then it should work.