Hey all! I'm new to this project and have a bug report for y'all!
For my environment I have a raspbian version 9 on a rasberry pi model B+. I am trying to run the latest zeronet version.
Steps to reproduce:
Observed Results:
After following the steps to reproduce this error occurs:

Expected Results:
What I expected to happen was it was supposed to start the installation, but instead got the error as described above.
For non-x86 please use the manual method:
sudo apt-get update
sudo apt-get install msgpack-python python-gevent
wget https://github.com/HelloZeroNet/ZeroNet/archive/master.tar.gz
tar xvpfz master.tar.gz
cd ZeroNet-master
Start with python2 zeronet.py
Open http://127.0.0.1:43110/ in your browser
Thank you! I wanted to start doing research on running zeronet on rasberry pi what, in terms of research, are you trying to find if I were to run zeronet on rasberry pi?
Most helpful comment
For non-x86 please use the manual method:
sudo apt-get update
sudo apt-get install msgpack-python python-gevent
wget https://github.com/HelloZeroNet/ZeroNet/archive/master.tar.gz
tar xvpfz master.tar.gz
cd ZeroNet-master
Start with python2 zeronet.py
Open http://127.0.0.1:43110/ in your browser