AntonioLonga / PytorchGeometricTutorial

Pytorch Geometric Tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error for running "from torch_geometric.nn import Node2Vec"

ayreen2 opened this issue · 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.