DeebotUniverse / Deebot-4-Home-Assistant

Home Assistant integration for deebot vacuums
https://deebot.readthedocs.io/integrations/home-assistant/
GNU General Public License v3.0
180 stars 40 forks source link

ERROR: Cannot install deebot-client==1.6.0 because these package versions have conflicting dependencies. #400

Closed migius closed 1 year ago

migius commented 1 year ago

Checks

The problem

After some updates on my ha i have a problem with deebot integration, this is the log:

2023-08-03 22:31:10.538 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration deebot which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-08-03 22:31:36.445 ERROR (SyncWorker_12) [homeassistant.util.package] Unable to install package deebot-client==1.6.0: ERROR: Cannot install deebot-client==1.6.0 because these package versions have conflicting dependencies.
2023-08-03 22:31:41.182 ERROR (SyncWorker_12) [homeassistant.util.package] Unable to install package deebot-client==1.6.0: ERROR: Cannot install deebot-client==1.6.0 because these package versions have conflicting dependencies.
2023-08-03 22:31:45.725 ERROR (SyncWorker_12) [homeassistant.util.package] Unable to install package deebot-client==1.6.0: ERROR: Cannot install deebot-client==1.6.0 because these package versions have conflicting dependencies.
2023-08-03 22:31:45.727 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration deebot: Requirements for deebot not found: ['deebot-client==1.6.0'].
homeassistant.requirements.RequirementsNotFound: Requirements for deebot not found: ['deebot-client==1.6.0'].
homeassistant.requirements.RequirementsNotFound: Requirements for deebot not found: ['deebot-client==1.6.0'].

any idea?

Diagnostics information

2023-08-03 22:31:10.538 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration deebot which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2023-08-03 22:31:36.445 ERROR (SyncWorker_12) [homeassistant.util.package] Unable to install package deebot-client==1.6.0: ERROR: Cannot install deebot-client==1.6.0 because these package versions have conflicting dependencies. 2023-08-03 22:31:41.182 ERROR (SyncWorker_12) [homeassistant.util.package] Unable to install package deebot-client==1.6.0: ERROR: Cannot install deebot-client==1.6.0 because these package versions have conflicting dependencies. 2023-08-03 22:31:45.725 ERROR (SyncWorker_12) [homeassistant.util.package] Unable to install package deebot-client==1.6.0: ERROR: Cannot install deebot-client==1.6.0 because these package versions have conflicting dependencies. 2023-08-03 22:31:45.727 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration deebot: Requirements for deebot not found: ['deebot-client==1.6.0']. homeassistant.requirements.RequirementsNotFound: Requirements for deebot not found: ['deebot-client==1.6.0']. homeassistant.requirements.RequirementsNotFound: Requirements for deebot not found: ['deebot-client==1.6.0'].

Anything in the logs that might be useful for us?

No response

Additional information

No response

edenhaus commented 1 year ago

You have no installed the latest version. Please update to it.

migius commented 1 year ago

Thank you @edenhaus, I have installed all updates, integrations doesn't have update, there's a guide of how to fix it?