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

PyADS package is build as platform independant incorrectly #651

Open
pconfig opened this issue Dec 16, 2022 · 6 comments
Open

PyADS package is build as platform independant incorrectly #651

pconfig opened this issue Dec 16, 2022 · 6 comments

Comments

@pconfig
Copy link

pconfig commented Dec 16, 2022

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?

@alemonta
Copy link

Share the same issue:
I'm adding this comment trying to make it pop-up to someone that could help...

@Lipnz
Copy link

Lipnz commented Dec 27, 2022

I have the same problem as home-assistant/core/issues/74952. I have no idea where to begin to debug this.

@alemonta
Copy link

alemonta commented Jun 16, 2023

problem still present even with the latest core version 2023.06.2 on Raspberry Pi Platforms

☹️

@philipperequile
Copy link

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.
So I migrated from Raspberry Pi to VMWare ESXi 7 (intel CPU).

@Monkeyinapocket
Copy link

Problem still exists, sadly this kills the ADS integration for my HomeAssistant on a RasPi4.

@Douma33
Copy link

Douma33 commented Feb 10, 2024

Still persisting.... Does someone know how to reach out to the builders?

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

6 participants