unable to install alexapy package in HA Core 2022.3.0
See original GitHub issueDescribe the bug
The integration breaks completely in 2022.3.0 due to alexapy
package having conflicting dependencies
To Reproduce Steps to reproduce the behavior:
- Update to 2022.3.0
System details
- Home-assistant (version): 2022.3.0b0
- Hassio (Yes/No): Yes (HAOS)
- alexa_media (version from
const.py
or HA startup): unrelated - alexapy (version from
pip show alexapy
or HA startup): unrelated/unable to be installed - Amazon 2FA is enabled (y/n). We will not debug login issues if unanswered: unrelated
Logs Please provide logs. We’ll be most likely asking for them anyway.
2022-02-24 01:53:14 ERROR (SyncWorker_2) [homeassistant.util.package] Unable to install package alexapy==1.25.3: warning: missing-index-doctype
× The package index page being used does not have a proper HTML doctype declaration.
╰─> Problematic URL: https://wheels.home-assistant.io/alpine-3.14/amd64/
note: This is an issue with the page at the URL mentioned above.
hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context.
ERROR: Cannot install alexapy because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
2022-02-24 01:53:19 ERROR (SyncWorker_8) [homeassistant.util.package] Unable to install package alexapy==1.25.3: warning: missing-index-doctype
× The package index page being used does not have a proper HTML doctype declaration.
╰─> Problematic URL: https://wheels.home-assistant.io/alpine-3.14/amd64/
note: This is an issue with the page at the URL mentioned above.
hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context.
ERROR: Cannot install alexapy because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
2022-02-24 01:53:23 ERROR (SyncWorker_1) [homeassistant.util.package] Unable to install package alexapy==1.25.3: warning: missing-index-doctype
× The package index page being used does not have a proper HTML doctype declaration.
╰─> Problematic URL: https://wheels.home-assistant.io/alpine-3.14/amd64/
note: This is an issue with the page at the URL mentioned above.
hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context.
ERROR: Cannot install alexapy because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
2022-02-24 01:53:23 ERROR (MainThread) [homeassistant.setup] Setup failed for alexa_media: Requirements for alexa_media not found: ['alexapy==1.25.3'].
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)
Issue Analytics
- State:
- Created 2 years ago
- Reactions:5
- Comments:14
Top Results From Across the Web
Alexa Media Player cannot be not loaded after 2022.12
After installing HA 2022.12, I restarted Home Assistant and Alexa Media ... Unable to install package alexapy==1.26.4: WARNING: Retrying ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Few have fixed it with
pip install alexapy==1.25.3
In HA container. So I have HA OS in VM. So had to install Portainer addon, open console in homeassistant container and run the pip command. One more time HA restart and alexa is working.Is there any workaround for this until we get a fix?