-
Notifications
You must be signed in to change notification settings - Fork 18
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
Wheel package for python 3.12 not built #20
Comments
You're probably seeing the issue reported at #16. This comment helped me: #16 (comment) |
I have a similar problem on macOS (my Home Assistant dev environment), which fails to build 1.2.4. If I downgrade to 1.2.3 I get a precompiled wheel. |
Ah, I see the wheel has changed from Is it possible to add more wheels? |
I don't have a Mac, so I'm only able to build with what Github offers (unless you know a way to build a universal where with Github actions). |
This should be possible by setting up a matrix with all the OS and Python versions that you want to build a wheel for. There are some example configurations here: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python |
I have submitted PR #25 to build more wheels, but there is something funky with the test action - it defines a matrix After cleaning up and adding Python 3.12, I've got GitHub to build wheels for:
I have not been able to figure out if GitHub can build for the other Linux architectures ( Do we want to still build Python 3.11 images? Note that |
I am having problems starting devcontainers for Home Assistant. Startup fails many times due to very long (>3 minutes) load/build time of webrtc-noice-gain. I can get around this "crash" by doing
pip install webrtc-noice-gain==1.2.3
. It can still take a couple of minutes to complete this command, but it doesn't timeout. I can then restart HA in the devcontainer in more predictable way.The text was updated successfully, but these errors were encountered: