Upgraded Jessie

Hi

I have a Berryboot installed Raspberry Pi 2 with Wheezy and I’ve just upgraded to Jessie.

There is no sign of PIP3 - so I can’t even start to install Home Assistant. Any ideas that don’t involve starting from scratch as I have Node-Red and boatload of other stuff in use…

You can find pip installation instructions here: pip.pypa.io/en/stable/installing/

I have PIP. This does not give me PIP3.
Also in the install I see it referring to Python 2.7 despite updating to Python 3
Still no further forward.

On my RPi, also upgraded from Wheezy to Jessie, I did

apt-get install python3-pip

then, as it says in the getting started, “pip3 install homeassistant” worked

''pip3 install homeassistant " resulted in errors for me . With 'sudo pip3 install homeassistant ’ it is working now on Pi2 and Pi0

Hi!

You can do:

pip3 install --user homeassistant

That will install as your user, usually in ~/.local, to avoid problems with installing as root.