I'm a Python newbie running Python 3.6.2 in Windows 8.1.
I used > pip install to "successfully install" numpy 1.13.3, scipy 1.0.0, matplotlib 2.1.0, and gensim 3.0.1.
All of those packages show up as separate folders in my site-packages directory.
And I get no error messages when I >>> import numpy, scipy, and matplotlib into Python.
But when I try to >>> import gensim into Python I get a multi-line error message ending "ImportError: DLL load failed: The specified module could not be found."
How can I get gensim to import?
I would deeply appreciate any help you could give me. I'd love to get gensim to work and start using word2vec.
Thank you!