Upgrade failed due to unknown version (from version: -empty-)

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.

The last commnd command should be pip3 install --upgrade homeassistant , no “.service” at the end.

Also note that guide is pretty out of date and you should be adding devices and managing Zwave from the Configuration / ZWave menu.