【发布时间】:2014-10-04 02:33:47
【问题描述】:
我使用 brew install --build-from-source --with-python --fresh -vd boost 安装 boost。然而,当我在 Caffe 项目中运行 make pycaffe 时,我得到了这个错误:ld: library not found for -lboost_python。如何安装该库? find / -name libboost_python* 什么也没出现。
【问题讨论】:
标签: python boost homebrew boost-python