Upgrade to 0.58 breaks frontend

Apologies for crossposting, but might be more applicable to ask for help here:

At my end the front-end is not loading when I upgrade from 0.57.3 to 0.58

See the error below. Any tips?

2017-11-19 07:36:16 ERROR (MainThread) [homeassistant.loader] Error loading homeassistant.components.frontend. Make sure all dependencies are installed
Traceback (most recent call last):
File “/home/pi/.local/lib/python3.5/site-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 “/home/pi/.local/lib/python3.5/site-packages/homeassistant/components/frontend/init.py”, line 19, in

it happened to me too. did you find any solution?

In the end I managed by clearing all modules from PIP, upgrading to Raspbian Stretch and reinstalling Homeassistant completely. After that I needed to manually add a few modules in order to make things work again.

Wasn’t a nice operation, but am happy to have tackled both the Raspbian and the HASS upgrade now.

I am experiencing the same issue but I am running the Docker image and do not have control over any of the dependencies. It would be nice to know what the root cause of this actually is.

On the blog post at https://home-assistant.io/blog/2017/11/18/release-58/ the comments gave me the solution to this problem.
Basically, had to delete the configdir/deps/lib/python3.5/site-packages/aiohttp folder.