I’m running hass.io on vmware, copied the vmdk and created a vm: all is running ok.
But… when I launch “check home assistant configuration” it gives me this:
You are using pip version 18.0, however version 19.0.1 is available.
You should consider upgrading via the ‘pip install --upgrade pip’ command.
But on hass.io, I cannot use ssh commands as root. I can access the console of hass.io, but I cannot launch the pip upgrade.
So how do I upgrade this pip?
I don’t know. But it states: "You are using pip version 18.0, however version 19.0.1 is available.
You should consider upgrading via the ‘pip install --upgrade pip’ command.
So then I think that I want to upgrade. That’s all. I just like to have my software up to date.
I have the same message, the problem is that the system does not reboot. I made some changes and I cannot apply them becaouse it get stuck with the message.
If pip is not updated it prevent custom deps deployment to install more recent version of component to be able to test them when we do some development on that component. This is frustrating as we cannot always wait for an update.