We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug After upgrade HA to 2022.3.0b0 in logs I see error with installing package glocaltokens connected to pypa/pip#10825
2022-02-24 07:42:45 ERROR (SyncWorker_6) [homeassistant.util.package] Unable to install package glocaltokens==0.6.2: 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 pypa/pip#10825 for context. ERROR: Cannot install glocaltokens==0.6.2 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
homeassistant.requirements.RequirementsNotFound: Requirements for google_home not found: ['glocaltokens==0.6.2'].
From Home Assistant side there is general issue home-assistant/home-assistant.io#21766
To Reproduce Steps to reproduce the behavior: Upgrade Home Assistant from 2022.2.9 to 2022.3.0b0
Expected behavior Packages are installed as in previous version
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Fixed and released in Google Home HA integration v1.9.8 💥
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
After upgrade HA to 2022.3.0b0 in logs I see error with installing package glocaltokens connected to pypa/pip#10825
2022-02-24 07:42:45 ERROR (SyncWorker_6) [homeassistant.util.package] Unable to install package glocaltokens==0.6.2: 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 pypa/pip#10825 for context.
ERROR: Cannot install glocaltokens==0.6.2 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
homeassistant.requirements.RequirementsNotFound: Requirements for google_home not found: ['glocaltokens==0.6.2'].
From Home Assistant side there is general issue home-assistant/home-assistant.io#21766
To Reproduce
Steps to reproduce the behavior:
Upgrade Home Assistant from 2022.2.9 to 2022.3.0b0
Expected behavior
Packages are installed as in previous version
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: