hi folks,
after updating my raspberry hass image setup i get strange warning and can’t (re)start my instance.
journalctl -fu [email protected]:
Feb 17 01:34:17 pi3 systemd[1]: Started Home Assistant for homeassistant.
Feb 17 01:34:18 pi3 hass[3355]: Traceback (most recent call last):
Feb 17 01:34:18 pi3 hass[3355]: File “/srv/homeassistant/lib/python3.4/site-packages/voluptuous/init.py”, line 4, in
Feb 17 01:34:18 pi3 hass[3355]: from schema_builder import *
Feb 17 01:34:18 pi3 hass[3355]: ImportError: No module named ‘schema_builder’
Feb 17 01:34:18 pi3 hass[3355]: During handling of the above exception, another exception occurred:
Feb 17 01:34:18 pi3 hass[3355]: Traceback (most recent call last):
Feb 17 01:34:18 pi3 hass[3355]: File “/srv/homeassistant/lib/python3.4/site-packages/voluptuous/schema_builder.py”, line 9, in
Feb 17 01:34:18 pi3 hass[3355]: import error as er
Feb 17 01:34:18 pi3 hass[3355]: ImportError: No module named ‘error’
Feb 17 01:34:18 pi3 hass[3355]: During handling of the above exception, another exception occurred:
Feb 17 01:34:18 pi3 hass[3355]: Traceback (most recent call last):
Feb 17 01:34:18 pi3 hass[3355]: File “/srv/homeassistant/bin/hass”, line 11, in
Feb 17 01:34:18 pi3 hass[3355]: sys.exit(main())
Feb 17 01:34:18 pi3 hass[3355]: File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/main.py”, line 364, in main
Feb 17 01:34:18 pi3 hass[3355]: args = get_arguments()
Feb 17 01:34:18 pi3 hass[3355]: File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/main.py”, line 121, in get_arguments
Feb 17 01:34:18 pi3 hass[3355]: import homeassistant.config as config_util
Feb 17 01:34:18 pi3 hass[3355]: File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/config.py”, line 12, in
Feb 17 01:34:18 pi3 hass[3355]: import voluptuous as vol
Feb 17 01:34:18 pi3 hass[3355]: File “/srv/homeassistant/lib/python3.4/site-packages/voluptuous/init.py”, line 9, in
Feb 17 01:34:18 pi3 hass[3355]: from .schema_builder import *
Feb 17 01:34:18 pi3 hass[3355]: File “/srv/homeassistant/lib/python3.4/site-packages/voluptuous/schema_builder.py”, line 11, in
Feb 17 01:34:18 pi3 hass[3355]: from . import error as er
Feb 17 01:34:18 pi3 hass[3355]: TypeError: source code string cannot contain null bytes
Feb 17 01:34:18 pi3 systemd[1]: [email protected]: main process exited, code=exited, status=1/FAILURE
Feb 17 01:34:18 pi3 systemd[1]: Unit [email protected] entered failed state.
i found an old thread advising the deletion of *pyc files and i did that without success
any help is appreciated!