简体   繁体   English

如何在Windows 8.1上安装gensim

[英]how to install gensim on windows 8.1

I just got acquainted with gensim and I tried to install it. 我刚刚熟悉gensim,并尝试安装它。 I performed any steps is written in page https://radimrehurek.com/gensim/install.html but I could not install it. 我执行的所有步骤均写在页面https://radimrehurek.com/gensim/install.html中,但无法安装。 I have installed python 2.7, scipy, numpy successfully on windows 8.1 64bit, but when I run setup.py in gensim it doesn't run. 我已经在Windows 8.1 64bit上成功安装了python 2.7,scipy,numpy,但是当我在gensim中运行setup.py时,它无法运行。

Please help me I need to gensim Immediately and tell me installation steps with More details and other software that needs to be installed before it. 请帮助我,我需要立即进行gensim并告诉我安装步骤,以及更多详细信息和需要安装的其他软件。 thanks 谢谢

Gensim depends on scipy and numpy.You must have them installed prior to installing gensim.Simple way to install gensim in windows is, open cmd and type Gensim取决于scipy和numpy。在安装gensim之前必须先安装它们。在Windows中安装gensim的简单方法是打开cmd并键入

pip install -U gensim 点安装-U gensim

Or download gensim for windows from 或从Windows下载gensim for Windows

https://pypi.python.org/pypi/gensim https://pypi.python.org/pypi/gensim
then run 然后跑
python setup.py test python setup.py测试
python setup.py install python setup.py安装

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM