に従ってMacにカフェをインストールすると:
残りの依存関係、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
2番目のものを端末に貼り付けた結果は次のとおりです。
Error: invalid option: --with-python
私は同様の問題を見つけることができません。