When I put the following command in anaconda prompt
conda install -c anaconda gensim
Python stops working and shows the following error message:
How do I deal with this problem?
As per the documentation https://anaconda.org/anaconda/gensim
install it by
conda install -c anaconda gensim
It might take a while to solving the environment
I usually in stall gensim
using pip
on anaconda prompt using the following command
pip install -U gensim
or simply
pip install gensim
as shown in the anaconda documentation
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With