A user was trying to import gensim and received following errors. The code is given below

996    Asked by ReannaHuitt in Data Science , Asked on Dec 23, 2019
Answered by Reanna Huitt

And the error is given below


We can try following command


Or if it is already installed, we can try using


While using Anaconda in Windows 10, we can try the following solution

Use Anaconda Navigator, and install package from there: Open Anaconda Navigator -> Environments (base) -> not installed (packages) -> (search for) gensim -> check the gensim option from the drop down list-> Press apply button -> (wait for a while, it will search other dependencies, then press the button one more time to install required package)

The same steps can be repeated for Word2Vec and tensorflow.



Your Answer

Interviews

Parent Categories