Unable to upgrade from 0.18.2 to 0.19.0
See original GitHub issueVersion of HACS
0.19.0
Describe the bug
I am not able to upgrade from version 0.18.2 to 0.19.0 for some reason. The integration fail with “Setup failed for hacs: Unable to import component”
HACS currently installed via integration config_flow, however, I have being a hacs user since custom_updater and have followed all the upgrade stages and critical instructions. So hopefully, I haven’t missed anything.
There is very little in the start up logs as detailed below.
I know I’am currently on home-Assistant Dev branch, but I have drop back to builds, 0.103.0, .1, .2 & .3 all with the same result.
I have dropped back to hacs 0.18.2 which installs successfully but I am not able to go forward.
Home Assistant 0.104.0.dev20191219
Frontend version: 20191204.1 - latest
System Health
arch armv7l
dev true
docker true
hassio false
os_name Linux
python_version 3.7.5
timezone Europe/London
version 0.104.0.dev20191219
virtualenv false
Debug log
2019-12-19 17:34:39 INFO (SyncWorker_18) [homeassistant.util.package] Attempting install of backoff==1.10.0
2019-12-19 17:34:55 INFO (SyncWorker_1) [homeassistant.util.package] Attempting install of hacs_frontend==29
2019-12-19 17:35:11 ERROR (MainThread) [homeassistant.setup] Setup failed for hacs: Unable to import component
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Why am I getting an error while trying to install gym openai ...
I already tried upgrading PIP and pillow but another error is found : ERROR: pip's dependency resolver does not currently take into account...
Read more >Changelog — funkwhale 1.2.9 documentation
Upgrade instructions are available at https://docs.funkwhale.audio/admin/upgrading.html. Features: Add Sentry SDK to collect errors at the backend.
Read more >AIOHTTP failing to update when trying to upgrade to 0.38.x
I am having a problem when trying to update to HASS 0.38.x. The aiohttp component appears to fail with error code -11.
Read more >How to Setup Your Python Environment for Machine Learning ...
In this tutorial, we will cover the following steps: Download Anaconda; Install Anaconda; Start and Update Anaconda; Update scikit-learn Library ...
Read more >Current Series Release Notes - OpenStack Documentation
Fixes occasional failure when setting boot image to libvirt domain in ... Upgrade Notes. 0.19.0. New Features; Bug Fixes. 0.18.2. Bug Fixes.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ludeeus I carried out the steps above all is good after HA restart.
I have since also upgraded successfully to 0.20.1. So please close when you are ready.
Thanks once again for all your hard work on this brilliant project.
Can you rename that directory from
/config/deps
to/config/deps_not_in_use
, restart HA and try again? If that solves it, delete the/config/deps_not_in_use
This will cause you issues with 90% of custom_components since they rely on external packages.