NEWS
ESPHome fordert neue Pillow Version
-
Hallo Forum,
ESPHome liefert beim Start folgende Fehler:2025-12-30 15:20:47.499 - info: host.raspi instance system.adapter.esphome.0 in version "0.6.2" (non-npm: DrozmotiX/ioBroker.esphome) started with pid 2521 2025-12-30 15:20:55.782 - error: esphome.0 (2521) esphome.0 already running 2025-12-30 15:20:55.806 - warn: esphome.0 (2521) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2025-12-30 15:20:59.035 - error: host.raspi instance system.adapter.esphome.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2025-12-30 15:20:59.036 - info: host.raspi Restart adapter system.adapter.esphome.0 because enabled 2025-12-30 15:21:32.854 - info: host.raspi instance system.adapter.esphome.0 in version "0.6.2" (non-npm: DrozmotiX/ioBroker.esphome) started with pid 2845 2025-12-30 15:21:57.479 - info: esphome.0 (2845) starting. Version 0.6.2 (non-npm: DrozmotiX/ioBroker.esphome) in /opt/iobroker/node_modules/iobroker.esphome, node: v22.21.0, js-controller: 7.0.7 2025-12-30 15:21:58.859 - info: esphome.0 (2845) Try to connect to 192.168.178.166 2025-12-30 15:22:00.987 - info: esphome.0 (2845) Native Integration of ESPHome Dashboard enabled, making environment ready 2025-12-30 15:22:04.028 - error: esphome.0 (2845) Client 192.168.178.166 unreachable ! 2025-12-30 15:22:34.298 - error: esphome.0 (2845) Fatal error starting ESPHomeDashboard | Error: Command failed with exit code 1: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install esphome==2025.12.2 pillow==10.4.0 ERROR: Cannot install esphome==2025.12.2 and pillow==10.4.0 because these package versions have conflicting dependencies. [notice] A new release of pip is available: 24.3.1 -> 25.3 [notice] To update, run: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install --upgrade pip 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==2025.12.2 Using cached https://www.piwheels.org/simple/esphome/esphome-2025.12.2-py3-none-any.whl (5.2 MB) Collecting pillow==10.4.0 Using cached pillow-10.4.0-cp313-cp313-manylinux_2_28_aarch64.whl.metadata (9.2 kB) Collecting aioesphomeapi==43.2.1 (from esphome==2025.12.2) Using cached aioesphomeapi-43.2.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.metadata (5.2 kB) Requirement already satisfied: zeroconf==0.148.0 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.13/site-packages (from esphome==2025.12.2) (0.148.0) Requirement already satisfied: puremagic==1.30 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.13/site-packages (from esphome==2025.12.2) (1.30) Requirement already satisfied: ruamel.yaml==0.18.16 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.13/site-packages (from esphome==2025.12.2) (0.18.16) Collecting ruamel.yaml.clib==0.2.15 (from esphome==2025.12.2) Using cached ruamel_yaml_clib-0.2.15-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.metadata (3.5 kB) Requirement already satisfied: esphome-glyphsets==0.2.0 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.13/site-packages (from esphome==2025.12.2) (0.2.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.4.0 esphome 2025.12.2 depends on pillow==11.3.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==2025.12.2 pillow==10.4.0Beim Versuch den Befehl "python3 -m pip install --upgrade pip" auszuführen kommt:
/home/iobroker/.cache/autopy/venv/esphome/bin $ sudo python3 -m pip install --upgrade pip error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying to install. If you wish to install a non-Debian-packaged Python package, create a virtual environment using python3 -m venv path/to/venv. Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make sure you have python3-full installed.Wie kann ich bitte das ausführen? Danke.
-
Hallo Forum,
ESPHome liefert beim Start folgende Fehler:2025-12-30 15:20:47.499 - info: host.raspi instance system.adapter.esphome.0 in version "0.6.2" (non-npm: DrozmotiX/ioBroker.esphome) started with pid 2521 2025-12-30 15:20:55.782 - error: esphome.0 (2521) esphome.0 already running 2025-12-30 15:20:55.806 - warn: esphome.0 (2521) Terminated (ADAPTER_ALREADY_RUNNING): Without reason 2025-12-30 15:20:59.035 - error: host.raspi instance system.adapter.esphome.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING) 2025-12-30 15:20:59.036 - info: host.raspi Restart adapter system.adapter.esphome.0 because enabled 2025-12-30 15:21:32.854 - info: host.raspi instance system.adapter.esphome.0 in version "0.6.2" (non-npm: DrozmotiX/ioBroker.esphome) started with pid 2845 2025-12-30 15:21:57.479 - info: esphome.0 (2845) starting. Version 0.6.2 (non-npm: DrozmotiX/ioBroker.esphome) in /opt/iobroker/node_modules/iobroker.esphome, node: v22.21.0, js-controller: 7.0.7 2025-12-30 15:21:58.859 - info: esphome.0 (2845) Try to connect to 192.168.178.166 2025-12-30 15:22:00.987 - info: esphome.0 (2845) Native Integration of ESPHome Dashboard enabled, making environment ready 2025-12-30 15:22:04.028 - error: esphome.0 (2845) Client 192.168.178.166 unreachable ! 2025-12-30 15:22:34.298 - error: esphome.0 (2845) Fatal error starting ESPHomeDashboard | Error: Command failed with exit code 1: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install esphome==2025.12.2 pillow==10.4.0 ERROR: Cannot install esphome==2025.12.2 and pillow==10.4.0 because these package versions have conflicting dependencies. [notice] A new release of pip is available: 24.3.1 -> 25.3 [notice] To update, run: /home/iobroker/.cache/autopy/venv/esphome/bin/python3 -m pip install --upgrade pip 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==2025.12.2 Using cached https://www.piwheels.org/simple/esphome/esphome-2025.12.2-py3-none-any.whl (5.2 MB) Collecting pillow==10.4.0 Using cached pillow-10.4.0-cp313-cp313-manylinux_2_28_aarch64.whl.metadata (9.2 kB) Collecting aioesphomeapi==43.2.1 (from esphome==2025.12.2) Using cached aioesphomeapi-43.2.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.metadata (5.2 kB) Requirement already satisfied: zeroconf==0.148.0 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.13/site-packages (from esphome==2025.12.2) (0.148.0) Requirement already satisfied: puremagic==1.30 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.13/site-packages (from esphome==2025.12.2) (1.30) Requirement already satisfied: ruamel.yaml==0.18.16 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.13/site-packages (from esphome==2025.12.2) (0.18.16) Collecting ruamel.yaml.clib==0.2.15 (from esphome==2025.12.2) Using cached ruamel_yaml_clib-0.2.15-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.metadata (3.5 kB) Requirement already satisfied: esphome-glyphsets==0.2.0 in /home/iobroker/.cache/autopy/venv/esphome/lib/python3.13/site-packages (from esphome==2025.12.2) (0.2.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.4.0 esphome 2025.12.2 depends on pillow==11.3.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==2025.12.2 pillow==10.4.0Beim Versuch den Befehl "python3 -m pip install --upgrade pip" auszuführen kommt:
/home/iobroker/.cache/autopy/venv/esphome/bin $ sudo python3 -m pip install --upgrade pip error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying to install. If you wish to install a non-Debian-packaged Python package, create a virtual environment using python3 -m venv path/to/venv. Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make sure you have python3-full installed.Wie kann ich bitte das ausführen? Danke.
Am besten gar nicht.
Das ist im aktuellen Code gefixt: -
Am besten gar nicht.
Das ist im aktuellen Code gefixt:@Thomas-Braun sagte in ESPHome fordert neue Pillow Version:
Am besten gar nicht.
Soll ich also diese Fehlermeldung ignorieren?
-
@Thomas-Braun sagte in ESPHome fordert neue Pillow Version:
Am besten gar nicht.
Soll ich also diese Fehlermeldung ignorieren?
Mit einem kommenden Update des Adapters erledigt sich das.