ModuleNotFoundError hass.io

Hi all

I’ve updated the hass.io plugin to 2.4.20 and now the it doesn’t start anymore showing this error:

Traceback (most recent call last):
File “app.py”, line 17, in
import attr
ModuleNotFoundError: No module named ‘attr’

Any clues?
Cheers
Philipp

Edit:
I’ve manually installed python3-attr then the startup failed due to missing json5 library. Did you remove some requirements?

1 Like

same issue with fresh install on hassio, the addon crash on start with the exact same log.

Found the problem.
I’m fixing it and create a pull request on github

Fixed it and created 2 pull requests