Can't update to 0.36.1

Hi,

I have a problem with updating Home Assistant to 0.36.1. on RasPi 3
I tried to run: pip3 install --upgrade homeassistant

The raspberry putted out this:

Requirement already up-to-date: homeassistant in /usr/local/lib/python3.4/dist-packages
Requirement already up-to-date: pyyaml<4,>=3.11 in /usr/local/lib/python3.4/dist-packages (from homeassistant)
Requirement already up-to-date: typing<4,>=3 in /usr/local/lib/python3.4/dist-packages (from homeassistant)
Requirement already up-to-date: requests<3,>=2 in /usr/local/lib/python3.4/dist-packages (from homeassistant)
Requirement already up-to-date: async-timeout==1.1.0 in /usr/local/lib/python3.4/dist-packages (from homeassistant)
Requirement already up-to-date: voluptuous==0.9.3 in /usr/local/lib/python3.4/dist-packages (from homeassistant)
Requirement already up-to-date: aiohttp==1.2 in /usr/local/lib/python3.4/dist-packages (from homeassistant)
Requirement already up-to-date: jinja2>=2.8 in /usr/local/lib/python3.4/dist-packages (from homeassistant)
Requirement already up-to-date: pip>=7.0.0 in /usr/local/lib/python3.4/dist-packages (from homeassistant)
Requirement already up-to-date: pytz>=2016.10 in /usr/local/lib/python3.4/dist-packages (from homeassistant)
Requirement already up-to-date: setuptools>=0.6b1 in /usr/local/lib/python3.4/dist-packages (from voluptuous==0.9.3->homeassistant)
Requirement already up-to-date: multidict>=2.1.4 in /usr/local/lib/python3.4/dist-packages (from aiohttp==1.2->homeassistant)
Requirement already up-to-date: yarl>=0.8.1 in /usr/local/lib/python3.4/dist-packages (from aiohttp==1.2->homeassistant)
Requirement already up-to-date: chardet in /usr/lib/python3/dist-packages (from aiohttp==1.2->homeassistant)
Requirement already up-to-date: MarkupSafe>=0.23 in /usr/local/lib/python3.4/dist-packages (from jinja2>=2.8->homeassistant)

It hasnt updated, still running the same version.

Then I tried to force reinistall:

root@homeassistant-main:~# pip3 install --upgrade --force-reinstall homeassistant
Collecting homeassistant
Using cached homeassistant-0.36.1-py2.py3-none-any.whl
Collecting jinja2>=2.8 (from homeassistant)
Using cached Jinja2-2.9.4-py2.py3-none-any.whl
Collecting aiohttp==1.2 (from homeassistant)
Collecting pip>=7.0.0 (from homeassistant)
Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB)
100% |████████████████████████████████| 1.3MB 225kB/s
Collecting pyyaml<4,>=3.11 (from homeassistant)
Downloading PyYAML-3.12.tar.gz (253kB)
100% |████████████████████████████████| 256kB 957kB/s
Collecting requests<3,>=2 (from homeassistant)
Using cached requests-2.12.5-py2.py3-none-any.whl
Collecting typing<4,>=3 (from homeassistant)
Downloading typing-3.5.3.0.tar.gz (60kB)
100% |████████████████████████████████| 61kB 1.9MB/s
Collecting voluptuous==0.9.3 (from homeassistant)
Collecting pytz>=2016.10 (from homeassistant)
Downloading pytz-2016.10-py2.py3-none-any.whl (483kB)
100% |████████████████████████████████| 491kB 594kB/s
Collecting async-timeout==1.1.0 (from homeassistant)
Downloading async_timeout-1.1.0-py3-none-any.whl
Collecting MarkupSafe>=0.23 (from jinja2>=2.8->homeassistant)
Downloading MarkupSafe-0.23.tar.gz
Collecting chardet (from aiohttp==1.2->homeassistant)
Downloading chardet-2.3.0.tar.gz (164kB)
100% |████████████████████████████████| 174kB 1.4MB/s
Collecting yarl>=0.8.1 (from aiohttp==1.2->homeassistant)
Downloading yarl-0.8.1.tar.gz (121kB)
100% |████████████████████████████████| 122kB 1.7MB/s
Collecting multidict>=2.1.4 (from aiohttp==1.2->homeassistant)
Downloading multidict-2.1.4.tar.gz (101kB)
100% |████████████████████████████████| 102kB 1.9MB/s
Collecting setuptools>=0.6b1 (from voluptuous==0.9.3->homeassistant)
Using cached setuptools-33.1.1-py2.py3-none-any.whl
Building wheels for collected packages: pyyaml, typing, MarkupSafe, chardet, yarl, multidict
Running setup.py bdist_wheel for pyyaml … done
Stored in directory: /root/.cache/pip/wheels/2c/f7/79/13f3a12cd723892437c0cfbde1230ab4d82947ff7b3839a4fc
Running setup.py bdist_wheel for typing … done
Stored in directory: /root/.cache/pip/wheels/d5/bf/c0/2219685d960a3ca52c11cbe323b2733293df7d96f97b33994e
Running setup.py bdist_wheel for MarkupSafe … done
Stored in directory: /root/.cache/pip/wheels/a3/fa/dc/0198eed9ad95489b8a4f45d14dd5d2aee3f8984e46862c5748
Running setup.py bdist_wheel for chardet … done
Stored in directory: /root/.cache/pip/wheels/28/8c/bf/a69199bd4901d84e13362f95a9ea7bc9a691fed2d655a90bc4
Running setup.py bdist_wheel for yarl … done
Stored in directory: /root/.cache/pip/wheels/ce/74/81/087e30a4ab57d569d90f49d0056f777f7ae14522a688bb2896
Running setup.py bdist_wheel for multidict … done
Stored in directory: /root/.cache/pip/wheels/9a/61/45/1c719c9470d396d05a0f220daa36090e1d0d91c77f7db2ea24
Successfully built pyyaml typing MarkupSafe chardet yarl multidict
Installing collected packages: MarkupSafe, jinja2, async-timeout, chardet, multidict, yarl, aiohttp, pip, pyyaml, requests, typing, setuptools, voluptuous, pytz, homeassistant
Found existing installation: MarkupSafe 0.23
Uninstalling MarkupSafe-0.23:
Successfully uninstalled MarkupSafe-0.23
Found existing installation: Jinja2 2.9.4
Uninstalling Jinja2-2.9.4:
Successfully uninstalled Jinja2-2.9.4
Found existing installation: async-timeout 1.1.0
Uninstalling async-timeout-1.1.0:
Successfully uninstalled async-timeout-1.1.0
Found existing installation: chardet 2.3.0
Uninstalling chardet-2.3.0:
Successfully uninstalled chardet-2.3.0
Found existing installation: multidict 2.1.4
Uninstalling multidict-2.1.4:
Successfully uninstalled multidict-2.1.4
Found existing installation: yarl 0.8.1
Uninstalling yarl-0.8.1:
Successfully uninstalled yarl-0.8.1
Found existing installation: aiohttp 1.2.0
Uninstalling aiohttp-1.2.0:
Successfully uninstalled aiohttp-1.2.0
Found existing installation: pip 9.0.1
Uninstalling pip-9.0.1:
Successfully uninstalled pip-9.0.1
Found existing installation: PyYAML 3.12
Uninstalling PyYAML-3.12:
Successfully uninstalled PyYAML-3.12
Found existing installation: requests 2.12.5
Uninstalling requests-2.12.5:
Successfully uninstalled requests-2.12.5
Found existing installation: typing 3.5.3.0
Uninstalling typing-3.5.3.0:
Successfully uninstalled typing-3.5.3.0
Found existing installation: setuptools 33.1.1
Uninstalling setuptools-33.1.1:
Successfully uninstalled setuptools-33.1.1
Found existing installation: voluptuous 0.9.3
Uninstalling voluptuous-0.9.3:
Successfully uninstalled voluptuous-0.9.3
Found existing installation: pytz 2016.10
Uninstalling pytz-2016.10:
Successfully uninstalled pytz-2016.10
Found existing installation: homeassistant 0.36.1
Uninstalling homeassistant-0.36.1:
Successfully uninstalled homeassistant-0.36.1
Successfully installed MarkupSafe-0.23 aiohttp-1.2.0 async-timeout-1.1.0 chardet-2.3.0 homeassistant-0.36.1 jinja2-2.9.4 multidict-2.1.4 pip-9.0.1 pytz-2016.10 pyyaml-3.12 requests-2.12.5 setuptools-33.1.1 typing-3.5.3.0 voluptuous-0.9.3 yarl-0.8.1

Still nothing.

Hope you can help me, thx!

Which installer did you use?

Thanks for the quick reply!

I’m using the HASSbian Image

The update process is a bit different:

$ sudo systemctl stop [email protected] 
$ sudo su -s /bin/bash homeassistant
$ source /srv/homeassistant/bin/activate
$ pip3 install --upgrade homeassistant
$ exit
$ sudo systemctl start [email protected]

See half way down this page:

https://home-assistant.io/getting-started/installation-raspberry-pi-image/

Wow fuck, I’m an idiot.

Thanks, that worked for me!