1.首先确保机子上安装的python>=2.6
2.确保NumPy >= 1.3
3.确保 SciPy >= 0.7
NumPy 安装语句 sudo apt-get install python-numpy
SciPy安装语句 sudo apt-get install python-scipy
接着就可以安装gensim了,安装语句 sudo easy_install -U gensim
(如果提示easy_install command not found
运行:
sudo apt-get install python-setuptools
sudo easy_install rsa
然后就可以了。