Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mediagp opened this issue May 12, 2019 · 1 comment

Comments

@mediagp
Copy link

mediagp commented May 12, 2019

After the following steps in python 2.7.9:

  • download and unzip the package
  • python install pyfilterbank
  • add from pyfilterbank import FractionalOctaveFilterBank
    When running the python file I get an error related with:
    sosfilt.so: wrong ELF class: ELFCLASS 64

image

Thanks.

@SiggiGue
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants