DeepGoAI的博客fatal error: hdf5.h: No such file or directory If you get “fatal error: hdf5.h: No such file or directory” while trying to compile Caffe on Linux that can be due to different reasons. First, you...
hpulfc的博客/tmp/pip-install-ve4RnJ/h5py/h5py/api_compat.h:27:18: fatal error: hdf5.h: No such file or directory 分析: 在安装这个库的时候,编译过程中,缺少hdf5.h 这个文件。 解决方案: 首先下载hdf5的共享库 ...