Spacebridge Client on Raspberry Pi

There are binary downloads for Linux-86 but not ARM. I did a
git clone https://github.com/hologram-io/spacebridge.git

followed by:
sudo python setup.py install

but I get this error (bottom of list):
running install running bdist_egg running egg_info creating ktunnel.egg-info writing requirements to ktunnel.egg-info/requires.txt writing ktunnel.egg-info/PKG-INFO writing top-level names to ktunnel.egg-info/top_level.txt writing dependency_links to ktunnel.egg-info/dependency_links.txt writing manifest file 'ktunnel.egg-info/SOURCES.txt' error: package directory 'KonektKTunnel' does not exist
I have hologram version 0.5.20 installed.

Hmm ignore that setup.py for now. Needs to be fixed. Try doing pip install -r requirements.txt
Then you should be able to just run the python script