1 解答
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 回复数
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