Unable to upgrade homeassistant. Still in same release (or am I?)

I am trying to update from 0.84.6 to current version i.e. 0.93.1.

After following the commands below, nothing happens, pip3 stops working and I am still in same version. Any ideas?

pip3 install --upgrade homeassistant

I fixed pip3 not working with following thread: https://stackoverflow.com/questions/49836676/error-after-upgrading-pip-cannot-import-name-main

Did you switch to user homeassistant and activate the virtual environment before running this command? See
https://www.home-assistant.io/docs/installation/hassbian/common-tasks/#update-home-assistant

That was it. Thanks for the link.

1 Like