diff --git a/atom.xml b/atom.xml index ad961bfecd..5a4b9f400b 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
After upgrading to a new version, you may notice your browser gets stuck at the “loading data” login screen. Close the window/tab and go into your browser settings and delete all the cookies for your URL. You can then log back in and it should work.
Android Chrome chrome -> settings -> site settings -> storage -> search for your URL for Home Assistant-> “clear & reset”
+If you see Not initializing discovery because could not install dependency netdisco==x.y.z
in the logs, you will need to install the python3-dev
or python3-devel
package on your system manually (eg. sudo apt-get install python3-dev
or sudo dnf -y install python3-devel
). On the next restart of Home Assistant, discovery should work. If you still get an error, check if you have a compiler (gcc
) available on your system.