Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1641 Discussions

ModuleNotFoundError: No module named 'gensim'

ArunJ_Intel
Moderator
1,608 Views

Follow below steps
 

conda config --add channels intel
conda create -n gensim_env intelpython3_core python=3
source activate gensim_env
pip install gensim

if you find an error related to py31compat, please follow below steps
 

pip install -U setuptools
pip install gensim_env


 

0 Kudos
0 Replies
Reply