I just installed gensim with pip install -u gensim. Pycharm throws the following error:
ModuleNotFoundError: No module named 'gensim'
I tried pip3 install gensim, same error (after opening and closing the IDE). I also installed it with conda install -c anaconda gensim. Gensim 4.1.2 shows up both in my pip list and my conda list. Both gensim and numpy are up to date, so I'm not sure what's going wrong, any ideas?
edit: I'm using Windows 10, Numpy 1.21.2 (and Gensim 4.1.2)