FS#68656 - [home-assistant] missing python-zeroconf, python-defusedxml, python-mutagen,

Attached to Project: Community Packages
Opened by Sbstn Bcht (sbechet) - Tuesday, 17 November 2020, 20:22 GMT
Last edited by Maxime Gauduin (Alucryd) - Saturday, 05 December 2020, 17:48 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Maxime Gauduin (Alucryd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

```
# journalctl -fn 1000 | grep 'No module named'
Nov 17 20:14:34 hass hass[1359]: 2020-11-17 20:14:34 ERROR (MainThread) [homeassistant.setup] Setup failed for cloud: Unable to import component: No module named 'hass_nabucasa'
Nov 17 20:14:49 hass hass[1359]: ModuleNotFoundError: No module named 'hass_frontend'
Nov 17 20:14:53 hass hass[1359]: 2020-11-17 20:14:53 ERROR (MainThread) [homeassistant.setup] Setup failed for zeroconf: Unable to import component: No module named 'zeroconf'
Nov 17 20:14:56 hass hass[1359]: 2020-11-17 20:14:56 ERROR (MainThread) [homeassistant.setup] Setup failed for tts: Unable to import component: No module named 'mutagen'
Nov 17 20:15:02 hass hass[1359]: 2020-11-17 20:15:02 ERROR (MainThread) [homeassistant.setup] Setup failed for ssdp: Unable to import component: No module named 'defusedxml'
```

Steps to reproduce:

Install from scratch then `systemctl start home-assistant`

don't know what to do with `hass_nabucasa`.
This task depends upon

Closed by  Maxime Gauduin (Alucryd)
Saturday, 05 December 2020, 17:48 GMT
Reason for closing:  Fixed
Additional comments about closing:  0.118.5
Comment by loqs (loqs) - Tuesday, 17 November 2020, 21:34 GMT
Perhaps hass_nabucasa is [1] and hass_frontend is [2].

[1] https://pypi.org/project/hass-nabucasa/
[2] https://github.com/home-assistant/frontend

Loading...