ImportError when importing certain modules from SciPY
I already had numpy+mkl installed, but still I faced similar error. Reinstalling has solved the issue:
pip uninstall numpy-1.13.1+mkl-cp35-cp35m-win_amd64.whl
pip install numpy-1.13.1+mkl-cp35-cp35m-win_amd64.whl
This problem can be solved if instead of installing the usual numpy distribution, the numpy-MKL package is installed. This package is available here.
Do remove the previous installation before going with the new one!