我在Python上安装Caffe Deep Learning Framework时遇到了麻烦:
当我make在caffe目录运行命令时,它说
hdf5.h:没有这样的目录
我已经完成的步骤:
更新和升级我的Ubuntu服务器
安装Python 2.7
运行cp cp Makefile.config.example Makefile.config
在Makefile.config中取消注释cpu_only = 1
如果有人能帮助我,我将不胜感激.
错误信息:
CXX src/caffe/util/hdf5.cpp
in file include from src/caffe/util/hdf5.cpp:1:0:
./include/caffe/util/hdf5.hpp:6:18: fatal error: hdf5.h: No such file or directory
compilation terminated
Makefile:572 recipe for target '.build_release/src/caffe/util/hdf5.o'
failed Make:*** [.build_release/src/caffe/util/hdf5.o] Error 1
Run Code Online (Sandbox Code Playgroud)