How can I get HA installed

I’m so frustrated trying to install HA I’m on 11 tries. Everything seamed to work except the above mantion error massage. So what to do next? how about updating HA!!! oh yeah total messed things up…sorry just really frustrated, this is the massage I got after I updated HA according to BRUH video on installing HA using the All-In-One installer, but I used Tinkerer version of Jessie lite 2016-09-23

buy the way I’m using a new Raspberry PI 3 and brand new SD card from Scandisk it’s a 16GB ulta HC 1

Please, please, use the preformatted option when posting logs, code snippets etc. Your posts are much harder to follow because you’re not doing so. Remember too, by and large we’re all just end users like you, so helping us helps you.

Now, a quick Google search on your latest actual error finds a number of threads, including this bug report. It looks like the problem is with changes in aiohttp. You could probably address that by manually installing an older version in the virtual environment, but it’s may be simpler for you to simply wait for a fix.

1 Like

Tinkerer
removed message, sorry don’t know how to format the output so you guys can read it. I’ll check on that

Thanks for all your help.

at this point it appears that the All-In-One installation is broken

See the big blue box at the top of every forum page. Select the block of text you want to mark, and then select </> from the text bar in the edit box. Or, use somewhere like Pastebin.

Hi, everyone.

Update on my part: I had a previous Raspbian image from November and I used that instead if the new one. I also used the old the command wget -Nnv https://raw.githubusercontent.com/home-assistant/fabric-home-assistant/master/hass_rpi_installer.sh && bash hass_rpi_installer.sh instead if the new curl. This - and I can’t really explain why - seems do do the trick for me.

I now have HASS back up and running. If you’re interested, I have the image on my OneDrive, here (https://1drv.ms/u/s!AlHN56ATj_RBtERikErn1nfCl_EQ).

1 Like

Thank you very much, I’m downloading it right now and will try installing using the above command later when I get home

Crashed again same message

Warning: sudo() received nonzero return code 1 while executing 'ln -s /usr/local/lib/python3.4/dist-packages/cec /srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages'!

re-formatted SD card and installed Jessie lite 2016-09-23 image, I
used the All-In-One with the curl command, installation crashed using Carlos_Roldao install command
from above. HA loaded yesterday but today’s reboot has this in my home.assistant.log file

17-03-22 19:18:29 ERROR (MainThread) [homeassistant.loader] Error loading homeassistant.components.http. Make sure all dependencies are installed
Traceback (most recent call last):
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/loader.py", line 141, in get_component
    module = importlib.import_module(path)
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/importlib/__init__.py", line 109, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 2254, in _gcd_import
  File "<frozen importlib._bootstrap>", line 2237, in _find_and_load
  File "<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 1129, in _exec
  File "<frozen importlib._bootstrap>", line 1471, in exec_module
  File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/http/__init__.py", line 34, in <module>
    from .static import FILE_SENDER, CACHING_FILE_SENDER, staticresource_middleware
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/http/static.py", line 6, in <module>
    from aiohttp.file_sender import FileSender
ImportError: No module named 'aiohttp.file_sender'
17-03-22 19:18:29 ERROR (MainThread) [homeassistant.loader] Unable to find component http
17-03-22 19:18:29 ERROR (MainThread) [homeassistant.setup] Setup failed for http: Component not found.
17-03-22 19:18:30 ERROR (MainThread) [homeassistant.loader] Error loading homeassistant.components.logbook. Make sure all dependencies are installed
Traceback (most recent call last):
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/loader.py", line 141, in get_component
    module = importlib.import_module(path)
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/importlib/__init__.py", line 109, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 2254, in _gcd_import
  File "<frozen importlib._bootstrap>", line 2237, in _find_and_load
  File "<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 1129, in _exec
  File "<frozen importlib._bootstrap>", line 1471, in exec_module
  File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/logbook.py", line 18, in <module>
    from homeassistant.components.frontend import register_built_in_panel
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/frontend/__init__.py", line 12, in <module>
    from homeassistant.components import api, group
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/api.py", line 26, in <module>
    from homeassistant.helpers.state import AsyncTrackStates
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/helpers/state.py", line 8, in <module>
    from homeassistant.components.media_player import (
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/media_player/__init__.py", line 24, in <module>
    from homeassistant.components.http import HomeAssistantView, KEY_AUTHENTICATED
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/http/__init__.py", line 34, in <module>
    from .static import FILE_SENDER, CACHING_FILE_SENDER, staticresource_middleware
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/http/static.py", line 6, in <module>
    from aiohttp.file_sender import FileSender
ImportError: No module named 'aiohttp.file_sender'
17-03-22 19:18:30 ERROR (MainThread) [homeassistant.loader] Unable to find component logbook
17-03-22 19:18:30 ERROR (MainThread) [homeassistant.setup] Setup failed for logbook: Component not found.
17-03-22 19:18:30 ERROR (MainThread) [homeassistant.loader] Error loading homeassistant.components.tts. Make sure all dependencies are installed
Traceback (most recent call last):
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/loader.py", line 141, in get_component
    module = importlib.import_module(path)
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/importlib/__init__.py", line 109, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 2254, in _gcd_import
  File "<frozen importlib._bootstrap>", line 2237, in _find_and_load
  File "<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 1129, in _exec
  File "<frozen importlib._bootstrap>", line 1471, in exec_module
  File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/tts/__init__.py", line 24, in <module>
    from homeassistant.components.http import HomeAssistantView
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/http/__init__.py", line 34, in <module>
    from .static import FILE_SENDER, CACHING_FILE_SENDER, staticresource_middleware
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/http/static.py", line 6, in <module>
    from aiohttp.file_sender import FileSender
ImportError: No module named 'aiohttp.file_sender'
17-03-22 19:18:30 ERROR (MainThread) [homeassistant.loader] Unable to find component tts
17-03-22 19:18:30 ERROR (MainThread) [homeassistant.setup] Setup failed for tts: Component not found.
17-03-22 19:18:30 ERROR (MainThread) [homeassistant.loader] Error loading homeassistant.components.config. Make sure all dependencies are installed
Traceback (most recent call last):
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/loader.py", line 141, in get_component
    module = importlib.import_module(path)
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/importlib/__init__.py", line 109, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 2254, in _gcd_import
  File "<frozen importlib._bootstrap>", line 2237, in _find_and_load
  File "<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 1129, in _exec
  File "<frozen importlib._bootstrap>", line 1471, in exec_module
  File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/config/__init__.py", line 11, in <module>
    from homeassistant.components.frontend import register_built_in_panel
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/frontend/__init__.py", line 12, in <module>
    from homeassistant.components import api, group
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/api.py", line 26, in <module>
    from homeassistant.helpers.state import AsyncTrackStates
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/helpers/state.py", line 8, in <module>
    from homeassistant.components.media_player import (
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/media_player/__init__.py", line 24, in <module>
    from homeassistant.components.http import HomeAssistantView, KEY_AUTHENTICATED
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/http/__init__.py", line 34, in <module>
    from .static import FILE_SENDER, CACHING_FILE_SENDER, staticresource_middleware
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/http/static.py", line 6, in <module>
    from aiohttp.file_sender import FileSender
ImportError: No module named 'aiohttp.file_sender'
17-03-22 19:18:30 ERROR (MainThread) [homeassistant.loader] Unable to find component config
17-03-22 19:18:30 ERROR (MainThread) [homeassistant.setup] Setup failed for config: Component not found.
17-03-22 19:18:30 ERROR (MainThread) [homeassistant.loader] Error loading homeassistant.components.history. Make sure all dependencies are installed
Traceback (most recent call last):
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/loader.py", line 141, in get_component
    module = importlib.import_module(path)
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/importlib/__init__.py", line 109, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 2254, in _gcd_import
  File "<frozen importlib._bootstrap>", line 2237, in _find_and_load
  File "<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 1129, in _exec
  File "<frozen importlib._bootstrap>", line 1471, in exec_module
  File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/history.py", line 20, in <module>
    from homeassistant.components.frontend import register_built_in_panel
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/frontend/__init__.py", line 12, in <module>
    from homeassistant.components import api, group
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/api.py", line 26, in <module>
    from homeassistant.helpers.state import AsyncTrackStates
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/helpers/state.py", line 8, in <module>
    from homeassistant.components.media_player import (
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/media_player/__init__.py", line 24, in <module>
    from homeassistant.components.http import HomeAssistantView, KEY_AUTHENTICATED
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/http/__init__.py", line 34, in <module>
    from .static import FILE_SENDER, CACHING_FILE_SENDER, staticresource_middleware
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/http/static.py", line 6, in <module>
    from aiohttp.file_sender import FileSender
ImportError: No module named 'aiohttp.file_sender'
17-03-22 19:18:30 ERROR (MainThread) [homeassistant.loader] Unable to find component history
17-03-22 19:18:30 ERROR (MainThread) [homeassistant.setup] Setup failed for history: Component not found.
17-03-22 19:18:30 ERROR (MainThread) [homeassistant.loader] Error loading homeassistant.components.frontend. Make sure all dependencies are installed
Traceback (most recent call last):
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/loader.py", line 141, in get_component
    module = importlib.import_module(path)
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/importlib/__init__.py", line 109, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 2254, in _gcd_import
  File "<frozen importlib._bootstrap>", line 2237, in _find_and_load
  File "<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 1129, in _exec
  File "<frozen importlib._bootstrap>", line 1471, in exec_module
  File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/frontend/__init__.py", line 12, in <module>
    from homeassistant.components import api, group
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/api.py", line 26, in <module>
    from homeassistant.helpers.state import AsyncTrackStates
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/helpers/state.py", line 8, in <module>
    from homeassistant.components.media_player import (
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/media_player/__init__.py", line 24, in <module>
    from homeassistant.components.http import HomeAssistantView, KEY_AUTHENTICATED
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/http/__init__.py", line 34, in <module>
    from .static import FILE_SENDER, CACHING_FILE_SENDER, staticresource_middleware
  File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/http/static.py", line 6, in <module>
    from aiohttp.file_sender import FileSender
ImportError: No module named 'aiohttp.file_sender'
17-03-22 19:18:30 ERROR (MainThread) [homeassistant.loader] Unable to find component frontend
17-03-22 19:18:30 ERROR (MainThread) [homeassistant.setup] Setup failed for frontend: Component not found.
17-03-22 19:18:54 WARNING (Thread-4) [netdisco.ssdp] Error fetching description at https://192.168.1.114:8888

So I guess as of right now no one can install HA on Raspberry PI 3 with the latest version of Raspbian Jessie 2017-3-2 and get it right until there is a fix, that sucks.

I’m going to try to install it again right over my present installation, we shall see…
Well that went from bad to worse, no luck. I’m just trying everything that I can think of to get this to work without knowing much. I think I’m done trying, after 15 tries I can say The All-In-One is definitely broken

Anybody! is it fixed?