Hi, where can I found homeassistant user password?
Without it I cant’t update pip for venv (It needed for update homeassistant).
Installing collected packages: pip
Found existing installation: pip 18.0
Uninstalling pip-18.0:
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: ‘/srv/homeassistant/bin/pip’
Consider using the --user option or check the permissions.
You are using pip version 18.0, however version 18.1 is available.
You should consider upgrading via the ‘pip install --upgrade pip’ command.
(homeassistant) homeassistant@DietPi:/root$ sudo pip3 install --upgrade pip
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
[sudo] password for homeassistant:
Sorry, try again.
I also try to update it for ROOT user, it’s successful, but in venv installer report about old version.
I don’t remember I’ve ever setup any password for it. (I didn’t create this user, I think installer made it earlier)
Installation fails with:
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: ‘/srv/homeassistant/lib/python3.5/site-packages/voluptuous_serialize-2.0.0.dist-info’
Consider using the --user option or check the permissions.
You are using pip version 18.0, however version 18.1 is available.
You should consider upgrading via the ‘pip install --upgrade pip’ command.
If you installed it on a linux distro in a python virtual environment, YOU created the user. if you installed hassbian, you should be using the hassbian commands like the instructions tell you.
If you are running HA in a venv (either installed using a hassbian image or manually installed in a venv) per the official installation instructions on the HA website then there is no password for the homeassistant user,
You need to enter a few commands to switch to the homeassistant user and activate the venv. Then you can run the upgrade command.
Then after that try the above list of commands again.
Are you using running your HA on a RPi? If so are you using hassbian or some other type of install? Is this a new install or has it been running OK before now?
Thanks, after change of premissions all updates fine. As I see in logs ver. 77 -> 80.3, but in homeassistant interface I see ver. 68.1 (Is it a bug or I have another homeassistant instance?)
Could you help me find other homeassistant instance, that currently work on my rpi?
My configuration.yaml file placed in /home/homeassistant
It sounds like you might have accidentally installed a separate HA instance at some point. I’m not really sure how to help you find it. My linux skills aren’t that great to know how to do that.
Do you have a backup of your SD card with your previously running good installation?