Intel® Distribution for Python*
Engage in discussions with community peers related to Python* applications and core computational packages.
450 讨论

ModuleNotFoundError: No module named 'gensim'

LRuiz
初学者
16,541 次查看

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

Thank you,

-Luana

0 项奖励
1 解答
idata
员工
14,483 次查看

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,483 次查看

Hi,

 

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

 

 

Regards

 

Ravi Keron N
0 项奖励
idata
员工
14,484 次查看

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,482 次查看
0 项奖励
idata
员工
14,481 次查看

Hi,

 

Thanks you for your response. Could you please let us know if issue got resolve.
0 项奖励
LRuiz
初学者
14,481 次查看
0 项奖励
idata
员工
14,481 次查看

Hi

 

 

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

 

 

Thanks
0 项奖励
回复