Run the brew install boost-python command. This will download, compile and install the boost package with boost-python support. boost-python is required for the pipmagick-engine pip package, and I ran into the same problem. To give you an idea of ββwhat is going on, this is the result of the command:
==> Downloading https://downloads.sourceforge.net/project/boost/boost/1.57.0/boost_1_57_0.tar.bz2 100.0% ==> ./bootstrap.sh --prefix=/usr/local/Cellar/boost-python/1.57.0 --libdir=/usr/local/Cellar/boost-python/1.57.0/lib --with-libraries=python --with-python=python --with-python-root=/System/Library/Frameworks/Python.framework/Versions/2.7 ==> ./b2 --build-dir=build-python --stagedir=stage-python python=2.7 --prefix=/usr/local/Cellar/boost-python/1.57.0 --libdir=/usr/local/Cellar/boost-python/1.57.0/lib -d2 -j8 --layout=tagged --user-config=user-config.jam threading=multi,s
You can also download, compile and symbolize the boost package (this is what I did initially), but it is much easier if the default paths work for you.
source share