I use Windows8.1 and python 2.7 and I installed the numpy1.8
. However, whenever I wanna import numpy
it shows the following error :ImportError: c
in where you save the python ...\Lib\site-packages
delete this folder "numpy" in the folder "site-packages"
then in the command line, under the path where you save the python.exe
in my case: input "cd /d D:\anaconda" in the command line, press Enter
and then input "pip install -U numpy" again, press Enter
after searching for 3 hours, finally find this way works for me, sincerely wish this could help you.