sort icon indicating copy to clipboard operation
sort copied to clipboard

Run on ARM or Raspberry Pi

Open mjbedford2017 opened this issue 5 years ago • 1 comments

Hello. Love the library! However, it does not seem to run on Raspberry Pi or ARM unless I am doing something wrong. Seems like the filterpy or Numba libraries are a problem. I tried it and the Pi crashed.

mjbedford2017 avatar May 21 '19 15:05 mjbedford2017

comment numba and its decorator @jit from the code. other than that you need to compile LLVM from source to be able to install numba.

IbrahimBond avatar Jul 14 '19 12:07 IbrahimBond