question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

unable to install alexapy package in HA Core 2022.3.0

See original GitHub issue

Describe the bug The integration breaks completely in 2022.3.0 due to alexapy package having conflicting dependencies

To Reproduce Steps to reproduce the behavior:

  1. 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:closed
  • Created 2 years ago
  • Reactions:5
  • Comments:14

github_iconTop GitHub Comments

7reactions
joselito11commented, Feb 25, 2022

Is there any workaround for this until we get a fix?

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.

4reactions
tasi333commented, Feb 24, 2022

Is there any workaround for this until we get a fix?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found