Answer the question
In order to leave comments, you need to log in
Python does not see the Word2Vec module, pip does not find the word2vec file. How to install the word2vec module?
In Python, it gives me
Traceback (most recent call last):
File "C:\Users\E\Desktop\Practice\1.py", line 7, in
import word2vec
ModuleNotFoundError: No module named 'word2veс'
Here, as I understand it, I need install the word2vec module, but when I try to install via
pip install word2vec
, it says that it cannot find the file,
error: [WinError 2] The specified file
cannot be found.
Answer the question
In order to leave comments, you need to log in
Try
In code: https://stackoverflow.com/questions/25643004/pytho...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question