SiggiGue / pyfilterbank

Implementing a fractional octave filterbank for python. Based on Numpy and CFFI.
107 stars 27 forks source link

Error when installing in Raspberry pi 3 + B sosfilt.so: wrong ELF class: ELFCLASS 64 #16

Open mediagp opened 5 years ago

mediagp commented 5 years ago

After the following steps in python 2.7.9:

image

Thanks.

SiggiGue commented 5 years ago

pyfilterbank is developed with python 3, so there is no guarantee for it working with python 2. Following steps should solve your problem:

  1. use python 3
  2. compile the c source on you raspberry pi, otherwise a x86 library is tried to be run on an arm processor.