当我在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我找不到类似的问题,有人能帮我吗?
https://stackoverflow.com/questions/54509753
复制相似问题