配置caffe的python环境时make pycaffe提示fatal error: numpy/arrayobject.h No such file or directory解决方法时间:2023-01-28 08:44:22重装numpy:sudo pip uninstall numpysudo pip install numpy是没有用的。。。 解决的办法就是:sudo apt-get install python-numpy