【发布时间】:2019-02-04 03:13:59
【问题描述】:
当我在mac上安装caffe时:
剩余的依赖,有/没有 Python
# with Python pycaffe needs dependencies built from source
brew install --build-from-source --with-python -vd protobuf
brew install --build-from-source -vd boost boost-python
# without Python the usual installation suffices
brew install protobuf boost
我将第二个粘贴到终端,结果是:
Error: invalid option: --with-python
我找不到任何类似的问题,可以帮助我吗?
【问题讨论】:
-
也许吧? “自制/自制核心公式不再有安装选项。” github.com/Homebrew/brew/issues/5732
标签: python caffe protobuf-c