I met same error as yours and fixed it using method below :laughing:
sudo pip install h5py
After this, I edited the ~/caffe/Make.config file as below:
Add /usr/local/include and /usr/include/hdf5/serial/ after INCLUDE_DIRS := $(PYTHON_INCLUDE).
Then make all again!
did'nt work for me
Most helpful comment
I met same error as yours and fixed it using method below :laughing:
After this, I edited the
~/caffe/Make.configfile as below:Add
/usr/local/includeand/usr/include/hdf5/serial/afterINCLUDE_DIRS := $(PYTHON_INCLUDE).Then
make allagain!