How to install gensim on windows

前端 未结 6 523
無奈伤痛
無奈伤痛 2021-01-03 19:03

Not able to install gensim on windows.Please help me I need to gensim Immediately and tell me installation steps with More details and other software that needs to be instal

6条回答
  •  暖寄归人
    2021-01-03 19:48

    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

    pip install -U gensim
    

    Or download gensim for windows from

    https://pypi.python.org/pypi/gensim

    then run

    python setup.py test  
    python setup.py install
    

提交回复
热议问题