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

ModuleNotFoundError: No module named 'gensim'

LRuiz
Beginner
9,542 Views

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

Thank you,

-Luana

0 Kudos
1 Solution
idata
Employee
7,484 Views

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

View solution in original post

6 Replies
idata
Employee
7,484 Views

Hi,

 

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

 

 

Regards

 

Ravi Keron N
0 Kudos
idata
Employee
7,485 Views

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
Beginner
7,482 Views
0 Kudos
idata
Employee
7,482 Views

Hi,

 

Thanks you for your response. Could you please let us know if issue got resolve.
0 Kudos
LRuiz
Beginner
7,482 Views
0 Kudos
idata
Employee
7,482 Views

Hi

 

 

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

 

 

Thanks
0 Kudos
Reply