Home Assistant release with the issue:
0.82.0 and 0.82.1
Last working Home Assistant release (if known):
0.81.6
Operating environment (Hass.io/Docker/Windows/etc.):
Hass in VENV on Raspberry pi 3, running raspian stretch (9.4)
Component/platform:
https://www.home-assistant.io/components/#front-end
Description of problem:
Fails to install dependencies (wheel) for frontend when starting hass after upgrade
Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):
frontend:
javascript_version: latest
Traceback (if applicable):
2018-11-17 10:44:14 ERROR (Thread-16) [homeassistant.util.package] Unable to install package home-assistant-frontend==20181103.3: Failed building wheel for home-assistant-frontend
Command "/srv/homeassistant/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-g6w79y59/home-assistant-frontend/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-arpy78g6/install-record.txt --single-version-externally-managed --compile --install-headers /srv/homeassistant/include/site/python3.5/home-assistant-frontend" failed with error code 1 in /tmp/pip-install-g6w79y59/home-assistant-frontend/
2018-11-17 10:44:14 ERROR (MainThread) [homeassistant.requirements] Not initializing frontend because could not install requirement home-assistant-frontend==20181103.3
2018-11-17 10:44:14 ERROR (MainThread) [homeassistant.setup] Setup failed for frontend: Could not install all requirements.
2018-11-17 10:44:16 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of logbook. Setup failed for dependencies: frontend
2018-11-17 10:44:16 ERROR (MainThread) [homeassistant.setup] Setup failed for logbook: Could not set up all dependencies.
Additional information:
Same here with a Debian stretch on Pogoplug/armel trying a fresh install of 0.82.1:
2018-11-20 15:52:41 ERROR (Thread-6) [homeassistant.util.package] Unable to install package home-assistant-frontend==20181103.3: Command "/srv/homeassistant/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-x1w8396_/home-assistant-frontend/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-dnoox8ww-record/install-record.txt --single-version-externally-managed --compile --install-headers /srv/homeassistant/include/site/python3.5/home-assistant-frontend" failed with error code 1 in /tmp/pip-build-x1w8396_/home-assistant-frontend/*
Updating to 0.83.0 from 0.82.1 solved this issue for me.
Yep, seems to be fixed in the 0.83.0.
Thanks for letting us know! 馃憤
Most helpful comment
Same here with a Debian stretch on Pogoplug/armel trying a fresh install of 0.82.1: