Unable to install boost-python with python3
$ brew install boost-python --with-python3 --without-python
Updating Homebrew...
Warning: boost-python: this formula has no --with-python3 option so it will be ignored!
Warning: boost-python: this formula has no --without-python option so it will be ignored!
Brew version:
$ brew --version
Homebrew 1.5.4
Homebrew/homebrew-core (git revision ed3e; last commit 2018-02-20)
How do we install boost-python with python3?
brew install boost-python3.
Thanks @DomT4 - This fixes the problem:
brew install boost-python3
Most helpful comment
brew install boost-python3.