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

Prebuilt binary didn't work on armv6 #12

Open
steals opened this issue Oct 20, 2023 · 2 comments
Open

Prebuilt binary didn't work on armv6 #12

steals opened this issue Oct 20, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@steals
Copy link

steals commented Oct 20, 2023

After upgrade Home Assistant to 2023.10.3 it stopped working due to the Illegal Instruction error. Further investigation identified that webrtc-noise-gain libe throwing that error. See MichaIng/DietPi#6683 and home-assistant/core#102220
But the recompilaiton on the local machine solves the issue. So it looks like something is configured incorrectly on the built host.

@synesthesiam synesthesiam self-assigned this Oct 21, 2023
@synesthesiam synesthesiam added the bug Something isn't working label Oct 21, 2023
@synesthesiam
Copy link
Contributor

I've uploaded armv6 wheels to PyPI. I'm not sure if pip will select them correctly, though.

@paulwitt
Copy link

paulwitt commented Nov 27, 2023

Yea, it doesn't work. Manually installed the .whl and tried this:

>>> from webrtc_noise_gain import AudioProcessor
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/pi/homeassistant-satellite/.venv/lib/python3.11/site-packages/webrtc_noise_gain/__init__.py", line 1, in <module>
    from webrtc_noise_gain_cpp import AudioProcessor
ModuleNotFoundError: No module named 'webrtc_noise_gain_cpp'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants