synesthesiam / rhasspy

Rhasspy voice assistant for offline home automation
https://rhasspy.readthedocs.io
MIT License
942 stars 101 forks source link

ModuleNotFoundError: No module named 'attr' #205

Closed krawa closed 4 years ago

krawa commented 4 years ago

After update to 2.4.20 Rhasspy Assistant does not start. Error log.

Traceback (most recent call last):
  File "app.py", line 17, in <module>
    import attr
ModuleNotFoundError: No module named 'attr'

Home Assistant 0.108.5 HassOS 3.13 Raspberry pi 3b+ arch | armv7l dev | false docker | true hassio | true os_name | Linux os_version | 4.19.114-v7 python_version | 3.7.7 version | 0.108.5

pheelee commented 4 years ago

fixed this in my pull request: https://github.com/synesthesiam/rhasspy/pull/207 and https://github.com/synesthesiam/hassio-addons/pull/11

synesthesiam commented 4 years ago

Doing a rebuild now. The Google libs add around 5 hours to the Pi builds, unfortunately.

krawa commented 4 years ago

The problem is gone. Thanks!