raspishake / rsudp

Continuous visual display, sudden motion monitoring, and historical replay of Raspberry Shake data
https://raspishake.github.io/rsudp/
GNU General Public License v3.0
55 stars 32 forks source link

Install fails on arm/raspbian #14

Closed iannesbitt closed 3 years ago

iannesbitt commented 3 years ago

Raspbian install script fails due to a failure to compile cryptography via pip. The solution is to install a pre-compiled cryptography via conda instead of letting setuptools try to compile it from scratch.