Ralf
(Ralf)
January 12, 2018, 2:12pm
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]
Ralf
(Ralf)
January 12, 2018, 2:34pm
3
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
ludeeus
(Ludeeus)
January 12, 2018, 5:44pm
4
If you have an newer version of hassbian-config
you can run:
sudo hassbian-config upgrade home-assistant
Ralf
(Ralf)
January 13, 2018, 1:23pm
5
@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
ludeeus
(Ludeeus)
January 13, 2018, 1:26pm
6
@Ralf
I’m not the author of hassbian-config
I have just contributed some additions to it
It is mentioned in the “Note” here https://home-assistant.io/docs/installation/hassbian/common-tasks/#update-home-assistant