Hello, I have installed HA based on these instructions on full raspbian:
Now when I want to upgrade my 0.57.2 I’m receiving only this output:
pi@raspberrypi:~ $ sudo su -s /bin/bash homeassistant
homeassistant@raspberrypi:/home$ cd homeassistant/
homeassistant@raspberrypi:~$ pip3 install --upgrade homeassistant.service
Collecting homeassistant.service
Could not find a version that satisfies the requirement homeassistant.service (from versions: )
No matching distribution found for homeassistant.service
I’m totally lost - why pip3 is not able to find my HA versions? Thanks for any suggestions.
R.