I\'m working on a macbook pro trying to use the gensim package to do Word2Vec. I had used the model earlier in the week, but when I tried to resume using it, I was given an
I had the same problem and fixed it by uninstall and reinstall scipy package.
scipy
If you are not a conda user check it out:
conda
pip uninstall scipy # or apt-get remove python-scipy # Then: pip install scipy
pip3 uninstall scipy # or apt-get remove python3-scipy # Then: pip3 install scipy