Upgrading to HomeAssistant 0.80.x OK but GUI display "0.76.1"

I upgraded Home assistant to the latest release this morning

Howerver, the GUI diplays an old release “0.76.1”. Is it normal ?

Regards

Christophe

https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already up-to-date: homeassistant in /usr/local/lib/python3.5/dist-packages (0.80.1)
Requirement already satisfied, skipping upgrade: PyJWT==1.6.4 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (1.6.4)
Requirement already satisfied, skipping upgrade: pyyaml<4,>=3.13 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (3.13)
Requirement already satisfied, skipping upgrade: voluptuous-serialize==2.0.0 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (2.0.0)
Requirement already satisfied, skipping upgrade: aiohttp==3.4.4 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (3.4.4)
Requirement already satisfied, skipping upgrade: pytz>=2018.04 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (2018.4)
Requirement already satisfied, skipping upgrade: attrs==18.2.0 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (18.2.0)
Requirement already satisfied, skipping upgrade: async-timeout==3.0.0 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (3.0.0)
Requirement already satisfied, skipping upgrade: astral==1.6.1 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (1.6.1)
Requirement already satisfied, skipping upgrade: bcrypt==3.1.4 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (3.1.4)
Requirement already satisfied, skipping upgrade: cryptography==2.3.1 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (2.3.1)
Requirement already satisfied, skipping upgrade: requests==2.19.1 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (2.19.1)
Requirement already satisfied, skipping upgrade: voluptuous==0.11.5 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (0.11.5)
Requirement already satisfied, skipping upgrade: certifi>=2018.04.16 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (2018.4.16)
Requirement already satisfied, skipping upgrade: pip>=8.0.3 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (18.1)
Requirement already satisfied, skipping upgrade: jinja2>=2.10 in /usr/local/lib/python3.5/dist-packages (from homeassistant) (2.10)
Requirement already satisfied, skipping upgrade: multidict<5.0,>=4.0 in /usr/local/lib/python3.5/dist-packages (from aiohttp==3.4.4->homeassistant) (4.3.1)
Requirement already satisfied, skipping upgrade: chardet<4.0,>=2.0 in /usr/local/lib/python3.5/dist-packages (from aiohttp==3.4.4->homeassistant) (3.0.4)
Requirement already satisfied, skipping upgrade: idna-ssl>=1.0; python_version < “3.7” in /usr/local/lib/python3.5/dist-packages (from aiohttp==3.4.4->homeassistant) (1.0.1)
Requirement already satisfied, skipping upgrade: yarl<2.0,>=1.0 in /usr/local/lib/python3.5/dist-packages (from aiohttp==3.4.4->homeassistant) (1.2.6)
Requirement already satisfied, skipping upgrade: cffi>=1.1 in /usr/local/lib/python3.5/dist-packages (from bcrypt==3.1.4->homeassistant) (1.11.5)
Requirement already satisfied, skipping upgrade: six>=1.4.1 in /usr/lib/python3/dist-packages (from bcrypt==3.1.4->homeassistant) (1.10.0)
Requirement already satisfied, skipping upgrade: idna>=2.1 in /usr/local/lib/python3.5/dist-packages (from cryptography==2.3.1->homeassistant) (2.6)
Requirement already satisfied, skipping upgrade: asn1crypto>=0.21.0 in /usr/local/lib/python3.5/dist-packages (from cryptography==2.3.1->homeassistant) (0.24.0)
Requirement already satisfied, skipping upgrade: urllib3<1.24,>=1.21.1 in /usr/local/lib/python3.5/dist-packages (from requests==2.19.1->homeassistant) (1.22)
Requirement already satisfied, skipping upgrade: MarkupSafe>=0.23 in /usr/local/lib/python3.5/dist-packages (from jinja2>=2.10->homeassistant) (1.0)
Requirement already satisfied, skipping upgrade: pycparser in /usr/local/lib/python3.5/dist-packages (from cffi>=1.1->bcrypt==3.1.4->homeassistant) (2.19)

Python VENV?

Perfect suggestion, VDRainer, I’m in a python venv !

After switching in the right venv, upgrade successfully done in 0.80.x !

Many thanks

Regards

Christophe

How to list all venv-s?
I think I have same problem. I have root installation and some venv, but currently worked version is no one of them.

You can run:

ps ax | grep hass

to see the running processes.

root@DietPi:~# ps ax | grep hass
1365 ? Sl 2:31 /home/homeassistant/.pyenv/versions/3.6.3/envs/homeassistant-3.6.3/bin/python /home/homeassistant/.pyenv/versions/homeassistant-3.6.3/bin/hass -c /home/homeassistant/.homeassistant
3509 pts/0 S+ 0:00 grep hass

Is source /srv/homeassistant/bin/activate proper command for activate right venv, or address must be changed to other path?

Looks like this is the running root hass, but not sure.

Hass should not run as root.

You should look into the docs where you installed hass, and the autostart settings.
There should be a user homeassistant that is activating the venv and starting hass.

If nothing helps, search the filesystem for the configuration.yaml and backup the .homeasssistant directory where you found it.

Sometimes fresh install is easier on misconfigured systems.

Good luck!