Trouble upgrading

Hi, ive got a fresh build of 2.8.1 from the all in one installer and have run the command to upgrade the rebooted but the version is still 2.8.1. what am I doing wrong?

Thanks

pi@raspberrypi:~ $ sudo pip3 install --upgrade homeassistant
Downloading/unpacking homeassistant
  Downloading homeassistant-0.28.2-py2.py3-none-any.whl (6.2MB): 6.2MB downloaded
Requirement already up-to-date: pyyaml>=3.11,<4 in /usr/local/lib/python3.4/dist-packages/PyYAML-3.12-py3.4-linux-armv7l.egg (fro                                   m homeassistant)
Downloading/unpacking voluptuous==0.9.2 (from homeassistant)
  Downloading voluptuous-0.9.2.tar.gz
  Running setup.py (path:/tmp/pip-build-t3sjyjmz/voluptuous/setup.py) egg_info for package voluptuous
    WARNING: Could not locate pandoc, using Markdown long_description.

Downloading/unpacking pip>=7.0.0 (from homeassistant)
  Downloading pip-8.1.2-py2.py3-none-any.whl (1.2MB): 1.2MB downloaded
Requirement already up-to-date: pytz>=2016.6.1 in /usr/local/lib/python3.4/dist-packages/pytz-2016.6.1-py3.4.egg (from homeassistant)
Downloading/unpacking requests>=2,<3 from https://pypi.python.org/packages/ea/03/92d3278bf8287c5caa07dbd9ea139027d5a3592b0f4d14abf072f890fab2/requests-2.11.1-py2.py3-none-any.whl#md5=b4269c6fb64b9361288620ba028fd385 (from homeassistant)
  Downloading requests-2.11.1-py2.py3-none-any.whl (514kB): 514kB downloaded
Downloading/unpacking typing>=3,<4 (from homeassistant)
  Downloading typing-3.5.2.2.tar.gz (51kB): 51kB downloaded
  Running setup.py (path:/tmp/pip-build-t3sjyjmz/typing/setup.py) egg_info for package typing

Downloading/unpacking jinja2>=2.8 (from homeassistant)
  Downloading Jinja2-2.8-py2.py3-none-any.whl (263kB): 263kB downloaded
Downloading/unpacking setuptools>=0.6b1 from https://pypi.python.org/packages/2d/76/bce013588c82099ea243241441364db1e55a8d2d1a7cc962cee8873ccaea/setuptools-27.1.2-py2.py3-none-any.whl#md5=5f5be1c83ef30979bb1bf0ed3cb2b417 (from voluptuous==0.9.2->homeassistant)
  Downloading setuptools-27.1.2-py2.py3-none-any.whl (464kB): 464kB downloaded
Requirement already up-to-date: MarkupSafe in /usr/lib/python3/dist-packages (from jinja2>=2.8->homeassistant)
Installing collected packages: homeassistant, voluptuous, pip, requests, typing, jinja2, setuptools
  Running setup.py install for voluptuous
    WARNING: Could not locate pandoc, using Markdown long_description.

  Found existing installation: pip 1.5.6
    Not uninstalling pip at /usr/lib/python3/dist-packages, owned by OS
  Found existing installation: requests 2.4.3
    Not uninstalling requests at /usr/lib/python3/dist-packages, owned by OS
  Running setup.py install for typing

  Found existing installation: Jinja2 2.7.3
    Not uninstalling Jinja2 at /usr/lib/python3/dist-packages, owned by OS
  Found existing installation: setuptools 5.5.1
    Not uninstalling setuptools at /usr/lib/python3/dist-packages, owned by OS
Successfully installed homeassistant voluptuous pip requests typing jinja2 setuptools
Cleaning up...
pi@raspberrypi:~ $ sudo reboot

I’ve worked it out via the Chat channel

Change to hass user

sudo su -s /bin/bash hass

Change to virtual enviroment

source /srv/hass/hass_venv/bin/activate

Update HA

pip3 install --upgrade homeassistant
sudo systemctl restart home-assistant.service
1 Like

As Carl_Dickson already explained there is one way to upgrade if you use the original installer and another if you use the AIO installer, it’s documented in the upgrading section of getting started.

:slight_smile: