install python-lzo in Sierra
brew install lzo
using the following commands to avoid the error of missing lzo1x.h, please change the 2.10 to your version number of lzo
export C_INCLUDE_PATH=/usr/local/Cellar/lzo/2.10/include/lzo:/usr/local/Cellar/lzo/2.10/include export LIBRARY_PATH=/usr/local/Cellar/lzo/2.10/lib pip install python-lzo

















