mein ESPHome Dashboard mag mal wieder nicht gestartet werden. Die Sensoren und so tun alle einwandfrei und melden Daten an den IOB zurück. Lediglich das Dashboard wird nicht angezeigt. Weder im IOB selber noch als URL im Browser aufgerufen.
Die Fehlermeldung in kurz:
Cannot install esphome==2024.12.2 and pillow==10.2.0 because these package versions have conflicting dependencies.
Er sagt immer pillow 10.2.0. Egal ob ich 10.3.0 oder 10.4.0 installiert habe.
Installiert ist jetzt Pillow 10.4.0, nachdem ich zu begin mit Pillow 10.2.0 das Problem bemerkt hatte.
Wenn jemand einen Tipp hätte, wie ich mein Dashboard wieder an den Start bekommen wäre ich sehr dankbar
Grüße Bernd
Hier noch die komplette Fehlermeldung aus dem IOB Log:
Fatal error starting ESPHomeDashboard | Error: Command failed with exit code 1: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install esphome==2024.12.2 pillow==10.2.0
ERROR: Cannot install esphome==2024.12.2 and pillow==10.2.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 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting esphome==2024.12.2
Using cached https://www.piwheels.org/simple/esphome/esphome-2024.12.2-py3-none-any.whl (4.1 MB) Collecting pillow==10.2.0 Using cached pillow-10.2.0-cp311-cp311-manylinux_2_28_aarch64.whl.metadata (9.7 kB)
Requirement already satisfied: cryptography==43.0.0 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (43.0.0)
Requirement already satisfied: voluptuous==0.14.2 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (0.14.2)
Requirement already satisfied: PyYAML==6.0.2 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (6.0.2)
Requirement already satisfied: paho-mqtt==1.6.1 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (1.6.1)
Requirement already satisfied: colorama==0.4.6 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (0.4.6)
Requirement already satisfied: icmplib==3.0.4 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (3.0.4)
Requirement already satisfied: tornado==6.4 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (6.4)
Requirement already satisfied: tzlocal==5.2 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (5.2)
Requirement already satisfied: tzdata>=2021.1 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (2023.4)
Requirement already satisfied: pyserial==3.5 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (3.5)
Requirement already satisfied: platformio==6.1.16 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (6.1.16)
Requirement already satisfied: esptool==4.7.0 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (4.7.0)
Requirement already satisfied: click==8.1.7 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (8.1.7)
Collecting esphome-dashboard==20241217.1 (from esphome==2024.12.2) Using cached https://www.piwheels.org/simple/esphome-dashboard/esphome_dashboard-20241217.1-py3-none-any.whl (5.7 MB)
Requirement already satisfied: aioesphomeapi==24.6.2 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (24.6.2)
Requirement already satisfied: zeroconf==0.132.2 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (0.132.2)
Requirement already satisfied: puremagic==1.27 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (1.27)
Requirement already satisfied: ruamel.yaml==0.18.6 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (0.18.6)
Requirement already satisfied: glyphsets==1.0.0 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (1.0.0)
INFO: pip is looking at multiple versions of esphome to determine which version is compatible with other requirements. This could take a while.
The conflict is caused by: The user requested pillow==10.2.0 esphome 2024.12.2 depends on pillow==10.4.0 To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict |
Error: Command failed with exit code 1: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install esphome==2024.12.2 pillow==10.2.0
ERROR: Cannot install esphome==2024.12.2 and pillow==10.2.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 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting esphome==2024.12.2
Using cached https://www.piwheels.org/simple/esphome/esphome-2024.12.2-py3-none-any.whl (4.1 MB) Collecting pillow==10.2.0 Using cached pillow-10.2.0-cp311-cp311-manylinux_2_28_aarch64.whl.metadata (9.7 kB)
Requirement already satisfied: cryptography==43.0.0 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (43.0.0)
Requirement already satisfied: voluptuous==0.14.2 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (0.14.2)
Requirement already satisfied: PyYAML==6.0.2 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (6.0.2)
Requirement already satisfied: paho-mqtt==1.6.1 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (1.6.1)
Requirement already satisfied: colorama==0.4.6 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (0.4.6)
Requirement already satisfied: icmplib==3.0.4 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (3.0.4)
Requirement already satisfied: tornado==6.4 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (6.4)
Requirement already satisfied: tzlocal==5.2 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (5.2)
Requirement already satisfied: tzdata>=2021.1 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (2023.4)
Requirement already satisfied: pyserial==3.5 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (3.5)
Requirement already satisfied: platformio==6.1.16 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (6.1.16)
Requirement already satisfied: esptool==4.7.0 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (4.7.0)
Requirement already satisfied: click==8.1.7 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (8.1.7)
Collecting esphome-dashboard==20241217.1 (from esphome==2024.12.2) Using cached https://www.piwheels.org/simple/esphome-dashboard/esphome_dashboard-20241217.1-py3-none-any.whl (5.7 MB)
Requirement already satisfied: aioesphomeapi==24.6.2 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (24.6.2)
Requirement already satisfied: zeroconf==0.132.2 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (0.132.2)
Requirement already satisfied: puremagic==1.27 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (1.27)
Requirement already satisfied: ruamel.yaml==0.18.6 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (0.18.6)
Requirement already satisfied: glyphsets==1.0.0 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.11/site-packages (from esphome==2024.12.2) (1.0.0)
INFO: pip is looking at multiple versions of esphome to determine which version is compatible with other requirements. This could take a while.
The conflict is caused by: The user requested pillow==10.2.0 esphome 2024.12.2 depends on pillow==10.4.0 To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict at makeError (file:///opt/iobroker/node_modules/autopy/node_modules/execa/lib/error.js:60:11)
at handlePromise (file:///opt/iobroker/node_modules/autopy/node_modules/execa/index.js:124:26)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at $df9eabe9bda49ea8$export$e522f41234ab669a (file:///opt/iobroker/node_modules/autopy/src/index.ts:257:13)
at Esphome.espHomeDashboard (/Users/nl69zh/Developer/community/opensource/ioBroker.esphome/main.js:180:7)
at Esphome.onReady (/opt/iobroker/node_modules/iobroker.esphome/main.js:66:4)
@bernd33-1 Hallo Bernd,
ich hatte das selbe problem und bin im adapter auf Dashboard Version 2024.9.2 zurück gegangen. damit funktioniert es noch. Jede neuere Version funktioniert bei mir auch nicht.
Gruß Helmut