How to install gensim on windows

前端 未结 6 517
無奈伤痛
無奈伤痛 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:26

    After attempting some of the above ideas, there was still a "hiccup" with gensim but the error was something else related to punkt. The following (where the interest is the second line)...

    import nltk 
    nltk.download('punkt') 
    import numpy 
    import scipy 
    import gensim
    

    ...did the trick. I used conda and not pip but do not believe that mattered.

    Versions: latest python Machine: Windows 10 (latest updates as of 8/2020)

提交回复
热议问题