Closed ianchanning closed 7 years ago
It's because gensim has a dependency on numpy and scipy.
I'd always assumed pip resolved dependencies.
Running the commands in this order works fine:
pip3 install numpy==1.11.1
pip3 install scipy==0.18.0
pip3 install gensim==0.13.1
@ianchanning thanks for the feedback, yes dependencies are sometimes flakey.
If you can use conda to manage your virtual env, it takes away some of the pain for the pydata stack
I'm trying to install this on Fedora 25. I have
pip3
instead of justpip
as both Python 2 and Python 3 are installed by default.I got the following error when running the
pip3 install -r requirements.txt
command: