Hi everyone, I have the following issue I hope someone can help me with. I'm using Anaconda and want to use the package gensim. Conda uses gensim 0.12.4, but I want to use gensim 0.13.3, which is not available via conda (at the moment). Hence, I decided to remove the conda gensim version, install the latest version of pip,and then install gensim via pip in the Anaconda prompt (pip install gensim==0.13.3). The package was successfully installed, and I checked whether it was listed in the conda list of packages through 'conda list'. The old gensim version in conda was successfully removed as well.
However, once I started coding in Spyder I wanted to import gensim, but I received the error 'no module named gensim'. What could be the problem? How can I make sure Anaconda uses the pip installed packages? Many thanks in advance for your help! Myrthe -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
