Pylivetrader not installing on mac

I am trying to install pylivetrader using the following commands from https://github.com/alpacahq/pylivetrader:

$ python3.6 -m venv venv
$ source venv/bin/activate
(venv)$ pip install pylivetrader

However, I get the error:

I would be grateful for any help that you guys might have to offer.