elad-bar / ha-hpprinter

HP Printer Integration
88 stars 23 forks source link

Upgraded from v1.0.12 to v2.0.0b5; setup failed - no module named 'flatten_json' #115

Closed FlipGFlop closed 2 weeks ago

FlipGFlop commented 2 weeks ago

Core - 2024.5.1 Supervisor - 2024.04.4 Operating System - 12.2 Frontend - 20240501.0

Logger: homeassistant.setup Source: setup.py:322 First occurred: 20:48:23 (1 occurrences) Last logged: 20:48:23

Setup failed for custom integration 'hpprinter': Unable to import component: No module named 'flatten_json' Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/setup.py", line 322, in _async_setup_component component = await integration.async_get_component() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/loader.py", line 1001, in async_get_component self._component_future.result() File "/usr/src/homeassistant/homeassistant/loader.py", line 981, 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 1041, in _get_component ComponentProtocol, importlib.import_module(self.pkg_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/util/loop.py", line 144, 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/hpprinter/init.py", line 10, in from .managers.ha_coordinator import HACoordinator File "/config/custom_components/hpprinter/managers/ha_coordinator.py", line 18, in from .rest_api import RestAPIv2 File "/config/custom_components/hpprinter/managers/rest_api.py", line 7, in from flatten_json import flatten ModuleNotFoundError: No module named 'flatten_json'

FlipGFlop commented 2 weeks ago

Re-restarted HA and error cleared