home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.69k stars 30.44k forks source link

dwd_weather stopped working after update to 2024.10.3 - No module stream_unzip #128921

Open PottiMc opened 6 hours ago

PottiMc commented 6 hours ago

The problem

As mentioned in this issue https://github.com/FL550/dwd_weather/issues/157 the integration dwd_weather is not starting anymore after update to 2024.10.3 when using HAOS. Several other users report this issue.

Here is the error log:

Logger: homeassistant.setup Quelle: setup.py:334 Erstmals aufgetreten: 14:20:44 (1 Vorkommnisse) Zuletzt protokolliert: 14:20:44

Setup failed for custom integration 'dwd_weather': Unable to import component: No module named 'stream_unzip' Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/setup.py", line 334, in _async_setup_component component = await integration.async_get_component() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/loader.py", line 1027, in async_get_component self._component_future.result() File "/usr/src/homeassistant/homeassistant/loader.py", line 1007, in async_get_component comp = await self.hass.async_add_import_executor_job( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, *self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/loader.py", line 1067, in _get_component ComponentProtocol, importlib.import_module(self.pkg_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/util/loop.py", line 200, in protected_loop_func return func(args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/importlib/init.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "/config/custom_components/dwd_weather/init.py", line 12, in from simple_dwd_weatherforecast import dwdforecast, dwdmap File "/usr/local/lib/python3.12/site-packages/simple_dwd_weatherforecast/dwdforecast.py", line 11, in from stream_unzip import stream_unzip ModuleNotFoundError: No module named 'stream_unzip'

I am using HAOS.

HA Core 2024.10.3 Supervisor 2024.10.2 Operating System 13.2 Frontend 20241002.3

What version of Home Assistant Core has the issue?

2024.10.3

What was the last working version of Home Assistant Core?

2024.10.2

What type of installation are you running?

Home Assistant OS

Integration causing the issue

dwd_weather

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

FL550 commented 5 hours ago

Might be related to #127966 as the error is due to a dependency of a python package.