Upgrading HA on hassbian from 0.60 to 0.60.1

Hello,

HA give me a reminder that there is an update available.
I am currently running HA on a RPi3 using the hassbian image.

I did as described on https://home-assistant.io/docs/installation/hassbian/common-tasks/

But running the pip3 install --upgrade himeassisstant command it tells me the following error:

Could not find a version that satisfies the requirement homeassisstant (from versions: ). No matching distribution found for homeassisstant

What am i doing wrong?
Thanks for your advices in advance!

/ Ralf

If you use hassbian

$ 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]

Hello,

that’s exactly what i did.
But the command pip3… gave me the error.
It only started one line before with “Collecting homeassisstant”. Afterwards the error.

/ Ralf

If you have an newer version of hassbian-config you can run:
sudo hassbian-config upgrade home-assistant

@Ludeeus,

thanks for this tip - and saw. you are the author of this tool, again, thanks!
Using this, the update went smooth and fast and now i am on the newest version!

Maybe it is an idea to add it to the page i mentioned above, to help all others, too?

/ Ralf

@Ralf
I’m not the author of hassbian-config I have just contributed some additions to it :slight_smile:

It is mentioned in the “Note” here https://home-assistant.io/docs/installation/hassbian/common-tasks/#update-home-assistant :wink: