Ligio / hacc-ozmo

Home Assistant Custom Component for Ecovacs Deebot Ozmo 900
MIT License
63 stars 30 forks source link

Component error: deebot - Requirements for deebot not found: ['ozmo==1.0.4'] #26

Open Berto93 opened 3 years ago

Berto93 commented 3 years ago

Hi all! i have a problem after update of the component, now configuration check returns the following error:

Component error: deebot - Requirements for deebot not found: ['ozmo==1.0.4']

How can i solve? thanks

bossben8 commented 3 years ago

ERROR (SyncWorker_7) [homeassistant.util.package] Unable to install package ozmo==1.0.4: ERROR: Could not find a version that satisfies the requirement ozmo==1.0.4 (from versions: 1.0, 1.0.1, 1.0.2, 1.0.3) ERROR: No matching distribution found for ozmo==1.0.4 WARNING: You are using pip version 20.2.4; however, version 21.1.3 is available. You should consider upgrading via the '/usr/local/bin/python3 -m pip install --upgrade pip' command. How can i solve? thanks

djryan012 commented 3 years ago

Same here. Deebot 901 has not been working for some time for me as well. I just updated my HA to core-2021.7.3 and updated to the lastest manifest to include requirements of ozmo==1.0.4. Now getting error in my logs.

Logger: homeassistant.util.package Source: util/package.py:96 First occurred: 5:22:47 PM (1 occurrences) Last logged: 5:22:47 PM

Unable to install package ozmo==1.0.4: ERROR: Could not find a version that satisfies the requirement ozmo==1.0.4 (from versions: 1.0, 1.0.1, 1.0.2, 1.0.3) ERROR: No matching distribution found for ozmo==1.0.4 WARNING: You are using pip version 20.2.4; however, version 21.1.3 is available. You should consider upgrading via the '/usr/local/bin/python3 -m pip install --upgrade pip' command.