in version 0.74.2 HASS didnt came up because of missing dependency which wasnt installed during boot.
'aiohttp_cors after installing it manually it did work again
Please follow issue template.
Still problem in [0.83.3]
Installed HomeAssistant manually using Virtual Python Environment method on RPi3 (see https://www.home-assistant.io/docs/installation/raspberry-pi/)
See https://pypi.org/project/aiohttp_cors/
Manual install: $ pip install aiohttp_cors
Note that aiohttp_cors requires versions of Python >= 3.4.1 and aiohttp >= 1.1
The problem is still there. I solved with:
$ pip3 install aiohttp_cors
Under FreeNAS 9.10
Problem still not solved. Installing pi, using virtual env method.
1.4.0
Manually installing aiohttp_cors addresses the issue.
confirming here that i also had to install manually the module
pip3 install aiohttp_cors
Me also...
pip3 install aiohttp_cors
Most helpful comment
The problem is still there. I solved with:
$ pip3 install aiohttp_cors
Under FreeNAS 9.10