when I install the caffe on mac according to :
Remaining dependencies, with / without 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
I paste the second one to the terminal, and result is:
Error: invalid option: --with-python
I can not find any similar problem, can some help me with that?