VHRanger / nodevectors

Fastest network node embeddings in the west

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node2Vec Segmentation Fault

janvekarnaveed opened this issue · comments

Hi,

Thanks for solving previous issue #19. However, now I am receiving segmentation fault error on running
from nodevectors import Node2Vec
g2v = Node2Vec()
g2v.fit(G)

Additionally, when I pip3 install CSRGraph and nodevectors, installation completes, but when I import them, I get No module found error.

just checking if there was any update for the seg fault issue

Should be fixed now with the new release on CSRGraphs