In Windows, I created a Conda virtual environment with the command
conda create -n test python=2.7 pandas scipy matplotlib numpy
Once it is
Uninstall and install numpy again.
pip uninstall numpy pip install numpy
Then try import again, it should work. That is what I did