Skip to content
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

Doesn't work anymore in 2022.2.3.0b1 #25

Closed
TheFes opened this issue Feb 24, 2022 · 5 comments
Closed

Doesn't work anymore in 2022.2.3.0b1 #25

TheFes opened this issue Feb 24, 2022 · 5 comments
Assignees
Labels
bug Something isn't working upstream module All issues that are dependend of the tgtg-python module

Comments

@TheFes
Copy link

TheFes commented Feb 24, 2022

Log:

INFO:homeassistant.util.package:Attempting install of tgtg>=0.11.0
ERROR:homeassistant.util.package:Unable to install package tgtg>=0.11.0: 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 tgtg==0.11.0 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
INFO:homeassistant.util.package:Attempting install of tgtg>=0.11.0
ERROR:homeassistant.util.package:Unable to install package tgtg>=0.11.0: 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 tgtg==0.11.0 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
INFO:homeassistant.util.package:Attempting install of tgtg>=0.11.0
ERROR:homeassistant.util.package:Unable to install package tgtg>=0.11.0: 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 tgtg==0.11.0 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
Failed config
  General Errors: 
    - Platform error sensor.tgtg - Requirements for tgtg not found: ['tgtg>=0.11.0'].

Seems to be related, (and I quote, because it doesn't mean a lot lot to me) to hard pin on requests here: https://github.com/ahivert/tgtg-python/blob/master/pyproject.toml#L11

@groenmarsmannetje
Copy link

groenmarsmannetje commented Feb 26, 2022

I have the same issue with beta version 3

Unable to install package tgtg>=0.11.0: ERROR: Cannot install tgtg==0.11.0 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

So probably this integration will break when the official HA release will come on coming Wednesday

@miit86
Copy link

miit86 commented Feb 26, 2022

Same problem here.

@Chouffy
Copy link
Owner

Chouffy commented Mar 2, 2022

Hi everyone, thanks for the report.
I can reproduce this issue, and will look now how it can be resolved

@Chouffy
Copy link
Owner

Chouffy commented Mar 2, 2022

Hi all,
Indeed requests was the culprit, thanks @TheFes !
I've created a related ticket on the tgtg module - as soon as it'll be merged and published, I'll update the dependency of this module and problem will be solved!
Hopefully this will be done soon.

@Chouffy Chouffy added the upstream module All issues that are dependend of the tgtg-python module label Mar 2, 2022
@Chouffy
Copy link
Owner

Chouffy commented Mar 2, 2022

Please update to 4.0.1 which should fix this issue!

@Chouffy Chouffy closed this as completed Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upstream module All issues that are dependend of the tgtg-python module
Projects
None yet
Development

No branches or pull requests

4 participants