install caffe in ubuntu 14.04 error: LD cannot find -llibboost_python

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了install caffe in ubuntu 14.04 error: LD cannot find -llibboost_python相关的知识,希望对你有一定的参考价值。

参考解决文档: http://stackoverflow.com/questions/21510633/my-apt-got-messed-up-installing-boost

sudo apt-get install libboost1.54-dev

 执行上面命令后,再执行命令

sudo apt-get install --no-install-recommends libboost-all-dev

 就可以安装成功 libboost_python

 

以上是关于install caffe in ubuntu 14.04 error: LD cannot find -llibboost_python的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu18.04 cuda8.0 cudnn5 caffe python2.7 install

ubuntu18.04 cuda8.0 cudnn5 caffe python2.7 install

ubuntu18.04 cuda8.0 cudnn5 caffe python2.7 install

ubuntu18.04 cuda8.0 cudnn5 caffe python2.7 install

基于Anaconda编译caffe+pycaffe+matcaffe in Ubuntu[不用sudo权限]

虚拟机Ubuntu16,caffe环境搭建