You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I try to run main.py on the test data, the error occurs:
E:\node2vec-master>python src/main.py --input graph/karate.edgelist --output emb/karate1.emb
Traceback (most recent call last):
File "src/main.py", line 16, in
from gensim.models import Word2Vec
ModuleNotFoundError: No module named 'gensim'
I have just install gensim by using
pip install gensim
Anyone could help me ?
The text was updated successfully, but these errors were encountered:
when I try to run main.py on the test data, the error occurs:
E:\node2vec-master>python src/main.py --input graph/karate.edgelist --output emb/karate1.emb
Traceback (most recent call last):
File "src/main.py", line 16, in
from gensim.models import Word2Vec
ModuleNotFoundError: No module named 'gensim'
I have just install gensim by using
pip install gensim
Anyone could help me ?
The text was updated successfully, but these errors were encountered: