-
Notifications
You must be signed in to change notification settings - Fork 5
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
qss integration failed to configure after homeassitant upgrade to 2024.12.0 #52
Comments
I see the following line in the logs:
|
Yes, this is bug which everyone with supervised 2024.12.0 will experience. |
But, technically, this is not QSS issue, but rather issue of building python questdb client (https://github.com/questdb/py-questdb-client) with python setup which comes with home assistant core. |
I created issue on HA core repo, where we need to work on resolution. |
thanks a lot for investigation |
OK, why it does not build on new HA core I sorted out.
So, outcome: To be honest, I have ZERO experience with wheels etc. |
OK, #53 updates qss to use lates questdb python client. Client which can be built by pip (assuming /tmp is not mounted with "noexec" and rust compiler "cargo" is installed on the host.
I will also talk to questdb people to provide prebuilt wheel for this particular combination of python and musl. But, before wheel is available, functionality already can be restored with couple of extra command above |
Thank you @antst, works for me. |
Describe the bug
qss integration failed to configure after homeassitant upgrade to 2024.12.0
exact message in log is "Setup failed for custom integration 'qss': Requirements for qss not found: ['questdb>=1.2,<2.0']."
To Reproduce
Once homeassistant have been upgraded and restarted, notification is raised with message above
Expected behavior
qss should start without error after upgrade
Exact version of each module of homeassistant :
Interface utilisateur (in french) is User interface
The text was updated successfully, but these errors were encountered: