Installing caffe on Yosemite Boost Error

血红的双手。 提交于 2019-12-11 09:43:10

问题


I am trying to install caffe on Yosemite and I am getting the following error:

make: *** No rule to make target '/usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp', needed by '.build_release/cuda/src/caffe/layers/absval_layer.o'. Stop.

As suggested by this blogpost compiling caffe on Yosemite I downgraded the Boost to v1.57.

Any suggestions on how to move forward?


回答1:


This solved the issue:

make clean
make all


来源:https://stackoverflow.com/questions/31297745/installing-caffe-on-yosemite-boost-error

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!