Update seems to broke up the aiohttp again.
Tryed the version aiohttp-3.0.1 and aiohttp-2.3.10.
Any ideas?
2018-02-14 11:56:59 ERROR (MainThread) [homeassistant.loader] Error loading homeassistant.components.history. Make sure all dependencies are installed
Traceback (most recent call last):
File “/usr/local/lib/python3.5/dist-packages/homeassistant/loader.py”, line 142, in get_component
module = importlib.import_module(path)
File “/usr/lib/python3.5/importlib/init.py”, line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 986, in _gcd_import
File “”, line 969, in _find_and_load
File “”, line 958, in _find_and_load_unlocked
File “”, line 673, in _load_unlocked
File “”, line 673, in exec_module
File “”, line 222, in _call_with_frames_removed
File “/usr/local/lib/python3.5/dist-packages/homeassistant/components/history.py”, line 20, in
from homeassistant.components.http import HomeAssistantView
File “/usr/local/lib/python3.5/dist-packages/homeassistant/components/http/init.py”, line 15, in
from aiohttp import web
File “/root/.homeassistant/deps/lib/python3.5/site-packages/aiohttp/web.py”, line 15, in
from . import (hdrs, web_exceptions, web_fileresponse, web_middlewares,
File “/root/.homeassistant/deps/lib/python3.5/site-packages/aiohttp/web_middlewares.py”, line 5, in
from aiohttp.web_urldispatcher import SystemRoute
File “/root/.homeassistant/deps/lib/python3.5/site-packages/aiohttp/web_urldispatcher.py”, line 21, in
from yarl import URL, unquote
ImportError: cannot import name ‘unquote’
2018-02-14 11:56:59 ERROR (MainThread) [homeassistant.loader] Unable to find component history
2018-02-14 11:56:59 ERROR (MainThread) [homeassistant.setup] Setup failed for history: Component not found.
2018-02-14 11:56:59 ERROR (MainThread) [homeassistant.loader] Error loading homeassistant.components.frontend. Make sure all dependencies are installed
Traceback (most recent call last):
File “/usr/local/lib/python3.5/dist-packages/homeassistant/loader.py”, line 142, in get_component
module = importlib.import_module(path)
File “/usr/lib/python3.5/importlib/init.py”, line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 986, in _gcd_import
File “”, line 969, in _find_and_load
File “”, line 958, in _find_and_load_unlocked
File “”, line 673, in _load_unlocked
File “”, line 673, in exec_module
File “”, line 222, in _call_with_frames_removed
File “/usr/local/lib/python3.5/dist-packages/homeassistant/components/frontend/init.py”, line 14, in
from aiohttp import web
File “/root/.homeassistant/deps/lib/python3.5/site-packages/aiohttp/web.py”, line 15, in
from . import (hdrs, web_exceptions, web_fileresponse, web_middlewares,
File “/root/.homeassistant/deps/lib/python3.5/site-packages/aiohttp/web_middlewares.py”, line 5, in
from aiohttp.web_urldispatcher import SystemRoute
File “/root/.homeassistant/deps/lib/python3.5/site-packages/aiohttp/web_urldispatcher.py”, line 21, in
from yarl import URL, unquote
ImportError: cannot import name ‘unquote’
2018-02-14 11:56:59 ERROR (MainThread) [homeassistant.loader] Unable to find component frontend