重装numpy: sudo pip uninstall numpy sudo pip install numpy 是没有用的。。。 解决的办法就是: sudo apt-get install python-numpy
sudo pip uninstall numpy
sudo pip install numpy
sudo apt-get install python-numpy