Problem upgrading to 0.62

I have used $ pip3 install --upgrade homeassistant in order to upgrade HA to the latest version. Putty spews out a load of text about upgrading, etc, and it all looks good.

I sudo reboot, and I’m still on 0.61

I’m running hassbian btw.

Did you try running the install with sudo in front?

If you are running hassbian, you do not use sudo to install.

The normal mistake is not invoking the virtual environment before running pip.

so it looked like it installed. I just followed the guide here : https://home-assistant.io/docs/installation/updating/

Can anyone tell me what I’m missing?

Apologies, upon further investigation, I found this…

$ sudo systemctl stop [email protected]
$ sudo su -s /bin/bash homeassistant
$ source /srv/homeassistant/bin/activate
$ pip3 install --upgrade homeassistant
$ exit
$ sudo systemctl start [email protected]

1 Like