Install gensim on windows 7

I am trying to install the gensim python library. However, I am facing some dependency errors. I do not know how dark and countless canopy. The next step is to use pip install gensim to get the gensim package. However, I get error messages. I installed python 2.7.4. Visual Studio 2010 is installed on my machine.

enter image description hereenter image description here

+7
python gensim
source share
1 answer

After a few minutes googling, thanks, I think I found a solution. I mainly read this post in: here . What I did was reinstall scipy. After that, I install libpython from here .

+5
source share

All Articles