Intel® Distribution for Python*
Engage in discussions with community peers related to Python* applications and core computational packages.
451 ディスカッション

ModuleNotFoundError: No module named 'gensim'

LRuiz
ビギナー
16,567件の閲覧回数

Is it possible to have gensim installed for Intel's distribution of Python 3?

Thank you,

-Luana

0 件の賞賛
1 解決策
idata
従業員
14,509件の閲覧回数

Hi ,

 

Please follow below steps

 

1)conda config --add channels intel

 

2)conda create -n gensim_env intelpython3_core python=3

 

3)source activate gensim_env

 

4)pip install gensim

 

5)if you find any error that is present in the screen shot, please follow below steps

 

5i) pip install -U setuptools

 

5ii)pip install gensim_env

 

6)Else, try import the package

 

6i)>>import gensim

 

 

Thanks

元の投稿で解決策を見る

6 返答(返信)
idata
従業員
14,509件の閲覧回数

Hi,

 

Thanks for reaching us. We will check and get back.

 

 

Regards

 

Ravi Keron N
idata
従業員
14,510件の閲覧回数

Hi ,

 

Please follow below steps

 

1)conda config --add channels intel

 

2)conda create -n gensim_env intelpython3_core python=3

 

3)source activate gensim_env

 

4)pip install gensim

 

5)if you find any error that is present in the screen shot, please follow below steps

 

5i) pip install -U setuptools

 

5ii)pip install gensim_env

 

6)Else, try import the package

 

6i)>>import gensim

 

 

Thanks
LRuiz
ビギナー
14,508件の閲覧回数
idata
従業員
14,507件の閲覧回数

Hi,

 

Thanks you for your response. Could you please let us know if issue got resolve.
LRuiz
ビギナー
14,507件の閲覧回数
idata
従業員
14,507件の閲覧回数

Hi

 

 

Thanks for your response.Okay, i am closing this ticket. For any other issue, you can raise new thread.

 

 

Thanks
返信