-
Notifications
You must be signed in to change notification settings - Fork 295
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
unable to install alexapy package in HA Core 2022.3.0 #1523
Comments
Just wanted to stop by and say that we're also investigating this on our end. We did update pip and I think that we're hitting pypa/pip#10825 |
|
Thanks @balloob , is there a core issue to track since it appears to be a wheels issue? The only one I see appears to have been closed. |
Actually reading the error again, I think the doctype is a red herring. That's a warning but not the error. The error is
This has to do with the new pip resolver. |
Looking at the alexapy dependencies. They are pinned to versions that are not compatible with HA has installed. (using
|
This is on my dev container, packages might be out of date and it includes testing packages |
Some background information is that |
Is there any workaround for this until we get a fix? |
Few have fixed it with |
Sorry, why do you say EDIT: This next part may be wrong. The Regardless, it apparently is While the workaround could be custom components could pin to a version from HA, that makes them locked to specific versions of HA unnecessarily. See details below. Force attrs and httpx to HA versions
Install alexapy, note that HA pins are overriden
pipdeptree on alexapy showing non pinning on attrs or https
|
Not even needed. You can use the SSH & Web Terminal Addon for that. "docker exec -it CONTAINERNAME command_to_run" is your friend. But this is no fix, it's a workaround. There is a bug and this is no solution. That's why I decided against the spoon feeding 1-liner copying way. Everything you need can be found in the Docker MANpage and in here. |
This should be fixed by alandtse/auth_capture_proxy#20 |
Can someone confirm it is fixed now? |
I can confirm it is fixed in the latest beta version. Thanks @alandtse for the quick fix :-) |
Describe the bug
The integration breaks completely in 2022.3.0 due to
alexapy
package having conflicting dependenciesTo Reproduce
Steps to reproduce the behavior:
System details
const.py
or HA startup): unrelatedpip show alexapy
or HA startup): unrelated/unable to be installedLogs
Please provide logs. We'll be most likely asking for them anyway.
Additional context
Add any other context about the problem here.
might be related to pip which is currently
pip 22.0.3 from /usr/local/lib/python3.9/site-packages/pip (python 3.9)
The text was updated successfully, but these errors were encountered: