First install exchange using a Python 2.7 enviroment (Python 3 is not supported yet)
git clone [email protected]:boundlessgeo/exchange.git
cd exchange
git checkout v1.3.0
# using pip 9.0.1 from /Library/Python/2.7/site-packages
pip install virtualenv
virtualenv .venv
source .venv/bin/activate