-
-
Notifications
You must be signed in to change notification settings - Fork 273
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
PyADS package is build as platform independant incorrectly #651
Comments
Share the same issue: |
I have the same problem as home-assistant/core/issues/74952. I have no idea where to begin to debug this. |
problem still present even with the latest core version 2023.06.2 on Raspberry Pi Platforms |
Since Python 3.10, the container is incorrectly packaged for ARM. The x86 compiled version of the ads library is taken for the ARM packages. There is no problem with intel CPU's. |
Problem still exists, sadly this kills the ADS integration for my HomeAssistant on a RasPi4. |
Still persisting.... Does someone know how to reach out to the builders? |
Hi all,
In my pursuit to try and look into the issues listed here:
home-assistant/wheels#458
home-assistant/core#74067
home-assistant/core#74952
I'm trying to report the issue here as it seems to me that here the actual wheels packages are maintained. The main issue is that the pyads package is built platform independent while it also has a C++ part which needs to be built per platform.
Anybody has a pointer in the right direction for getting this fixed?
The text was updated successfully, but these errors were encountered: