Error on New HASS

Good afternoon guys, I installed HASS (0.77 yesterday, and now it’s giving the following error:

Sep 05 07:54:19 hassbian hass[7611]: 2018-09-05 07:54:19 ERROR (MainThread) [homeassistant.setup] Error during setup of component frontend
Sep 05 07:54:19 hassbian hass[7611]: Traceback (most recent call last):
Sep 05 07:54:19 hassbian hass[7611]:   File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 145, in _async_setup_component
Sep 05 07:54:19 hassbian hass[7611]:     hass, processed_config)
Sep 05 07:54:19 hassbian hass[7611]:   File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/frontend/__init__.py", line 229, in async_setup
Sep 05 07:54:19 hassbian hass[7611]:     hass_frontend_es5_path = hass_frontend_es5.where()
Sep 05 07:54:19 hassbian hass[7611]: AttributeError: module 'hass_frontend_es5' has no attribute 'where'
Sep 05 07:54:22 hassbian hass[7611]: 2018-09-05 07:54:22 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of logbook. Setup failed for dependencies: frontend
Sep 05 07:54:22 hassbian hass[7611]: 2018-09-05 07:54:22 ERROR (MainThread) [homeassistant.setup] Setup failed for logbook: Could not set up all dependencies.

/srv/homeassistant/bin/hass --version
0.77.3

In my configuration I only have frontend: nothing more …

Any solution?

Thank you

Well folks, I’ve already solved it, I’ve deleted the folder:

/srv/homeassistant/lib/python3.5/site-packages/hass_frontend_es5/

And then I ran the command

pip3 install home-assistant-frontend --force-reinstall --no-dependencies --no-cache-dir

And everything is ok

Thank you