Hass core upgrade not finding any version above 103.6

Trying to upgrade from 103.6 to latest 115.6

cd /home/homeassistant
source bin/activate
sudo pip3 install --upgrade --no-cache-dir homeassistant

But pip3 says:

Requirement already up-to-date: homeassistant in /usr/local/lib/python3.6/site-packages (0.103.6)

How do I get pip to pickup 115.6 ?

You need to upgrade python, 3.7 is the min required. Abd afterwards you need to reabuild the venv as explained here in the docs.

1 Like