Manual installation password

I want to do a manual installation on my raspberry.
When I come to this step :
(homeassistant) homeassistant@raspberrypi:/srv/homeassistant $ python3 -m pip install wheel

i am asked for a password. But I did not enter a password for Home Assistant yet, and the password I use for Raspbian Lite doesn’t seems to be correct.
What password should I enter ?

When I change to user pi : the message is that I do not have the permission to run that command

The password on the ‘homeassistant’ account probably hasn’t been set so you wont be able to. You would need to set one with passwd.

You shouldn’t need a password to install wheel, something else is wrong here.

I just followed the instructions and I was asked for a password. Perhaps it goed wrong when I use Google ssh ?

After all I installed the image file, so problem solved :slight_smile:
Thank you for your answers