ivgg-me / aioremootio

An asynchronous API client library for Remootio written in Python
Apache License 2.0
6 stars 81 forks source link

home assistant 2024.8 dependencies #13

Open TerminalAddict opened 1 month ago

TerminalAddict commented 1 month ago

Upgrade to 2024.8 breaks remootio integrqation.

Logger: homeassistant.util.package Source: util/package.py:123 First occurred: 8:52:20 AM (3 occurrences) Last logged: 8:52:47 AM

Unable to install package aioremootio @ git+https://github.com/peaceduck/aioremootio: ERROR: Cannot install aioremootio==1.0.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

my-axel commented 1 month ago

Same issue here. Updated to 2024.8 and got the exact same message. Note: I've also used peaceducks fork, which worked great until 2024.8.

Logger: homeassistant.util.package
Quelle: util/package.py:123
Erstmals aufgetreten: 08:21:38 (3 Vorkommnisse)
Zuletzt protokolliert: 08:22:18

Unable to install package aioremootio @ git+https://github.com/peaceduck/aioremootio: ERROR: Cannot install aioremootio==1.0.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

As peaceduck and ivgg-me don't seem to actively monitor these repos, does anyone know of a fix? I guess it should be a pretty easy fix with simply updating the versions for the dependencies?

TerminalAddict commented 1 month ago

Peaceduck had made a minor update. Might have fixed it (updated voluptuous)

my-axel commented 1 month ago

I can confirm, peaceduck fixed it. It seems like it was a simple version fix in requirements.txt. Thanks a lot, peaceduck!