python - Trouble installing Caffe -


i have been having hard time installing caffe on mac os x 10.11.3. have managed run "make all", "make test" successfully, "make runtest" has been causing following error reason.

.build_release/tools/caffe  dyld: library not loaded: libcaffe.so.1.0.0-rc3  referenced from: /users/***/downloads/caffe/.build_release/tools/caffe  reason: image not found  make: *** [runtest] trace/bpt trap: 5 

i don't know how install library separately, please help...

i got problem , solved this:

after make test in $caffe_root: cp -a .build_release/lib/. /usr/local/lib/

the answer comes from: https://github.com/bvlc/caffe/issues/3628


Comments