Ciao.
Ho installato hassio con docker su raspberrypi3B 64bit, ma ho un errore nell'immagine di homeassistant che crash di continuo.
Ho un raspbian desktop come sistema operativo. Ultima versione.
L'errore nei log é questo:
args = get_arguments(),
File "/usr/src/homeassistant/homeassistant/main.py", line 105, in get_arguments,
import homeassistant.config as config_util,
File "/usr/src/homeassistant/homeassistant/config.py", line 12, in <module>,
import voluptuous as vol,
ModuleNotFoundError: No module named 'voluptuous',
Error processing line 1 of /usr/local/lib/python3.7/site-packages/sphinxcontrib_applehelp-1.0.1-py3.7-nspkg.pth:,
,
Traceback (most recent call last):,
File "/usr/local/lib/python3.7/site.py", line 168, in addpackage,
exec(line),
File "<string>", line 1, in <module>,
File "<frozen importlib.bootstrap>", line 580, in module_from_spec,
AttributeError: 'NoneType' object has no attribute 'loader',
,
Remainder of file ignored,
Error processing line 1 of /usr/local/lib/python3.7/site-packages/sphinxcontrib_devhelp-1.0.1-py3.7-nspkg.pth:,
,
Traceback (most recent call last):,
File "/usr/local/lib/python3.7/site.py", line 168, in addpackage,
exec(line),
File "<string>", line 1, in <module>,
File "<frozen importlib.bootstrap>", line 580, in module_from_spec,
AttributeError: 'NoneType' object has no attribute 'loader',
,
Remainder of file ignored,
Error processing line 1 of /usr/local/lib/python3.7/site-packages/sphinxcontrib_htmlhelp-1.0.2-py3.7-nspkg.pth:,
,
Traceback (most recent call last):,
File "/usr/local/lib/python3.7/site.py", line 168, in addpackage,
exec(line),
File "<string>", line 1, in <module>,
File "<frozen importlib.bootstrap>", line 580, in module_from_spec,
AttributeError: 'NoneType' object has no attribute 'loader',
,
Remainder of file ignored,
Error processing line 1 of /usr/local/lib/python3.7/site-packages/sphinxcontrib_httpdomain-1.7.0-py3.6-nspkg.pth:,
,
Traceback (most recent call last):,
File "/usr/local/lib/python3.7/site.py", line 168, in addpackage,
exec(line),
File "<string>", line 1, in <module>,
File "<frozen importlib.bootstrap>", line 580, in module_from_spec,
AttributeError: 'NoneType' object has no attribute 'loader',
,
Remainder of file ignored,
Error processing line 1 of /usr/local/lib/python3.7/site-packages/sphinxcontrib_jsmath-1.0.1-py3.7-nspkg.pth:,
,
Traceback (most recent call last):,
File "/usr/local/lib/python3.7/site.py", line 168, in addpackage,
exec(line),
File "<string>", line 1, in <module>,
File "<frozen importlib.bootstrap>", line 580, in module_from_spec,
AttributeError: 'NoneType' object has no attribute 'loader',
,
Remainder of file ignored,
Error processing line 1 of /usr/local/lib/python3.7/site-packages/sphinxcontrib_qthelp-1.0.2-py3.7-nspkg.pth:,
,
Traceback (most recent call last):,
File "/usr/local/lib/python3.7/site.py", line 168, in addpackage,
exec(line),
File "<string>", line 1, in <module>,
File "<frozen importlib.bootstrap>", line 580, in module_from_spec,
AttributeError: 'NoneType' object has no attribute 'loader',
,
Remainder of file ignored,
Error processing line 1 of /usr/local/lib/python3.7/site-packages/sphinxcontrib_serializinghtml-1.1.3-py3.7-nspkg.pth:,
,
Traceback (most recent call last):,
File "/usr/local/lib/python3.7/site.py", line 168, in addpackage,
exec(line),
File "<string>", line 1, in <module>,
File "<frozen importlib.bootstrap>", line 580, in module_from_spec,
AttributeError: 'NoneType' object has no attribute 'loader',
,
Remainder of file ignored,
Error processing line 1 of /usr/local/lib/python3.7/site-packages/zope.interface-4.7.1-py3.7-nspkg.pth:,
,
Traceback (most recent call last):,
File "/usr/local/lib/python3.7/site.py", line 168, in addpackage,
exec(line),
File "<string>", line 1, in <module>,
File "<frozen importlib.bootstrap>", line 580, in module_from_spec,
AttributeError: 'NoneType' object has no attribute 'loader',
,
Remainder of file ignored,
Traceback (most recent call last):,
File "/usr/local/lib/python3.7/runpy.py", line 193, in _run_module_as_main,
"main", mod_spec),
File "/usr/local/lib/python3.7/runpy.py", line 85, in _run_code,
exec(code, run_globals),
File "/usr/src/homeassistant/homeassistant/main.py", line 396, in <module>,
sys.exit(main()),
File "/usr/src/homeassistant/homeassistant/main.py", line 368, in main,
args = get_arguments(),
File "/usr/src/homeassistant/homeassistant/main.py", line 105, in get_arguments,
import homeassistant.config as config_util,
File "/usr/src/homeassistant/homeassistant/config.py", line 12, in <module>,
import voluptuous as vol,
ModuleNotFoundError: No module named 'voluptuous',
All'inizio ero riuscito ad accedere all'onboarding, ho fatto crea utente ma non ho avuto feedback e quindi nn me lo ha creato, infatti ho errore di login. Da li in poi nulla più. Non parte l'immagine.
Grazie per l'aiuto.