Hi,
I’m trying to install last version of HA==2023.7.1 on a rpi4. Now i have a version 2023.4.6 but if I try to update I have this error
2023-07-12 18:43:39.231 ERROR (MainThread) [homeassistant.setup] Setup failed for bluetooth: Unable to import component: Exception importing homeassistant.components.bluetooth
Traceback (most recent call last):
File "/home/homeassistant/hass-venv/lib/python3.11/site-packages/homeassistant/loader.py", line 813, in get_component
ComponentProtocol, importlib.import_module(self.pkg_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
the only version it runs is the 2023.4.6
Python installed is 3.11.4 compiled on a rasbian.
anyone have any clue to solve the issue ? thanks
Marco