p0l0 / hagruenbeck_cloud

Home Assistant integration for Grünbeck Cloud based Water softeners
MIT License
36 stars 1 forks source link

Dependency problem after updating to HA 2024.10 (b0-b3 so far) #129

Open user45876 opened 2 days ago

user45876 commented 2 days ago

System Health details

System Information

version core-2024.9.3
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.12.4
os_name Linux
os_version 6.6.46-haos
arch x86_64
timezone Europe/Berlin
config_dir /config
Home Assistant Community Store GitHub API | ok -- | -- GitHub Content | ok GitHub Web | ok HACS Data | ok GitHub API Calls Remaining | 4982 Installed Version | 2.0.1 Stage | running Available Repositories | 1493 Downloaded Repositories | 51
AccuWeather can_reach_server | ok -- | -- remaining_requests | 28
Home Assistant Cloud logged_in | true -- | -- subscription_expiration | relayer_connected | true relayer_region | eu-central-1 remote_enabled | true remote_connected | true alexa_enabled | true google_enabled | false remote_server | eu-central-1-6.ui.nabu.casa certificate_status | ready instance_id | d4ab7091688 can_reach_cert_server | ok can_reach_cloud_auth | ok can_reach_cloud | ok
Home Assistant Supervisor host_os | Home Assistant OS 13.1 -- | -- update_channel | beta supervisor_version | supervisor-2024.09.1 agent_version | 1.6.0 docker_version | 26.1.4 disk_total | 457.7 GB disk_used | 95.9 GB healthy | true supported | true host_connectivity | true supervisor_connectivity | true ntp_synchronized | true virtualization | board | generic-x86-64 supervisor_api | ok version_api | ok installed_addons | InfluxDB (5.0.0), Grafana (10.1.1), Network UPS Tools (0.13.2), Home Assistant Google Drive Backup (0.112.1), File editor (5.8.0), Mosquitto broker (6.4.1), Z-Wave JS UI (3.13.0), Advanced SSH & Web Terminal (19.0.0), chrony (4.0.0), AdGuard Home (5.1.2), TasmoBackup (1.06.08), Uptime Kuma (0.12.2), ESPHome (2024.9.1), ioBroker (0.8.0), MariaDB (2.7.1), Tailscale (0.22.0), TasmoAdmin (0.30.5), HDD Tools (1.1.0), Double Take (1.13.11.8), CodeProject AI.Server (CPU) (2.5.1), MQTT Explorer (browser-1.0.3), Double Take (Release Candidate) (1.13.11.9rc2), OpenSpeedTest (v2.0.5), Vcontrol add-on (1.10.1), phpMyAdmin (0.9.1), Log Viewer (0.17.1), UnPoller (3.0.11), Ingress proxy (0.2.4), Silicon Labs Flasher (0.3.0), Scrutiny (Full Access) (v0.8.1-4), ntopng (0.0.24), OneDrive Backup (2.3.1)
Dashboards dashboards | 8 -- | -- resources | 27 views | 37 mode | storage
NextDNS can_reach_server | ok -- | --
Recorder oldest_recorder_run | 27. August 2024 um 07:24 -- | -- current_recorder_run | 27. September 2024 um 23:25 estimated_db_size | 4328.98 MiB database_engine | mysql database_version | 10.11.6

Checklist

Describe the issue

After updating Home Assistant to 2024.10.b3 (so far), this i slogged and the integration can not start:

Logger: homeassistant.util.package Quelle: util/package.py:150 Erstmals aufgetreten: 23:23:01 (3 Vorkommnisse) Zuletzt protokolliert: 23:23:02

Unable to install package pygruenbeck_cloud==0.1.0: × No solution found when resolving dependencies: ╰─▶ Because pygruenbeck-cloud==0.1.0 depends on yarl>=1.9.4,<1.10.dev0 and yarl==1.13.0, we can conclude that pygruenbeck-cloud==0.1.0 cannot be used. And because you require pygruenbeck-cloud==0.1.0, we can conclude that your requirements are unsatisfiable.

Reproduction steps

  1. Install HA 2024.10
  2. see above error

Debug logs

Logger: homeassistant.util.package
Quelle: util/package.py:150
Erstmals aufgetreten: 23:23:01 (3 Vorkommnisse)
Zuletzt protokolliert: 23:23:02

Unable to install package pygruenbeck_cloud==0.1.0: × No solution found when resolving dependencies: ╰─▶ Because pygruenbeck-cloud==0.1.0 depends on yarl>=1.9.4,<1.10.dev0 and yarl==1.13.0, we can conclude that pygruenbeck-cloud==0.1.0 cannot be used. And because you require pygruenbeck-cloud==0.1.0, we can conclude that your requirements are unsatisfiable.

Diagnostics dump

No response

schmidtdon commented 2 days ago

Here the same Problem

Macstar1601 commented 1 day ago

Same problem

callimeroetsombrero commented 1 day ago

Same issue here

p0l0 commented 5 hours ago

I created a Hotfix which fixes the issue

user45876 commented 4 hours ago

Thanks, @p0l0 , but I am still getting this:

Logger: homeassistant.util.package
Quelle: util/package.py:150
Erstmals aufgetreten: 16:44:48 (3 Vorkommnisse)
Zuletzt protokolliert: 16:44:48

Unable to install package pygruenbeck_cloud==0.2.0: × No solution found when resolving dependencies: ╰─▶ Because pygruenbeck-cloud==0.2.0 depends on yarl>=1.9.4,<1.13.0 and yarl==1.13.1, we can conclude that pygruenbeck-cloud==0.2.0 cannot be used. And because you require pygruenbeck-cloud==0.2.0, we can conclude that your requirements are unsatisfiable.
p0l0 commented 4 hours ago

Thats strange, on my local dev installation its working, I will check it.

user45876 commented 4 hours ago

That was a try with 2024.10.0b5, in case that helps. I mean, the line is clear - maybe mine has yarl 1.13.1 for some reason?

Macstar1601 commented 2 hours ago

I also tried the new version with b5 and I got the same error.