How update Home Assistant

But i am unable to upgrade HA.
Here is when i use command sudo hassbian-config upgrade home-assistant

 pi@hassbian:~ $ sudo hassbian-config upgrade home-assistant
    /usr/local/bin/hassbian-config: usage:

    /usr/local/bin/hassbian-config <command> <suite>
    where <command> is one of:
    install - installs a software suite
    show - shows software suites available
    and <suite> is the name of a software component to operate on.

I am tried to upgrade scripts but showing below result

pi@hassbian:~ $ hassbian-config upgrade
/usr/local/bin/hassbian-config: usage:

/usr/local/bin/hassbian-config <command> <suite>
where <command> is one of:
install - installs a software suite
show - shows software suites available
and <suite> is the name of a software component to operate on.

I assume you have installed Home Assistant on a Raspberry Pi via the Hassbian image?

If that is the case then what works for me is (from the docs):

https://home-assistant.io/docs/installation/hassbian/common-tasks/

Log in as the pi account and execute the following commands:

$ 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]

I’ve never used the hassbian-config scripts.

Thanks for your answer . I allways use following commands. but try to update with hassbian-config script.

@smile
I see that you have an older version of hassbian-config.
To update hassbian-config download and install the latest by running this:

curl https://api.github.com/repos/home-assistant/hassbian-scripts/releases/latest | grep β€œbrowser_download_url.*deb” | cut -d : -f 2,3 | tr -d " | wget -qi -

and after that this to install:

sudo dpkg -i hassbian-scripts_0.6.deb

When this is done, you can run the command as described.

I didn’t understand. Is there different commands ?
curl https://api.github.com/repos/home-assistant/hassbian-scripts/releases/latest
grep β€œbrowser_download_url.*deb”
cut -d : -f 2,3
tr -d "
wget -qi -

pi@hassbian:~ $ wget https://github.com/home-assistant/hassbian-scripts/releases/download/v0.6/hassbian-scripts_0.6.deb
–2018-01-26 16:05:23-- https://github.com/home-assistant/hassbian-scripts/releases/download/v0.6/hassbian-scripts_0.6.deb
Resolving github.com (github.com)… 192.30.253.112, 192.30.253.113
Connecting to github.com (github.com)|192.30.253.112|:443… connected.
HTTP request sent, awaiting response… 302 Found
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/80341037/9ad0c956-ae9b-11e7-8abd-bc80201e94c2?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20180126%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20180126T154851Z&X-Amz-Expires=300&X-Amz-Signature=b34570b44a0ef617c2a9402c3e2de01a49a72de2c8a4632eb9adc4e7fcee55d4&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhassbian-scripts_0.6.deb&response-content-type=application%2Foctet-stream [following]
–2018-01-26 16:05:23-- https://github-production-release-asset-2e65be.s3.amazonaws.com/80341037/9ad0c956-ae9b-11e7-8abd-bc80201e94c2?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20180126%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20180126T154851Z&X-Amz-Expires=300&X-Amz-Signature=b34570b44a0ef617c2a9402c3e2de01a49a72de2c8a4632eb9adc4e7fcee55d4&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dhassbian-scripts_0.6.deb&response-content-type=application%2Foctet-stream
Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)… 52.216.32.184
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.32.184|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 18216 (18K) [application/octet-stream]
Saving to: β€˜hassbian-scripts_0.6.deb’

hassbian-scripts_0.6.deb 100%[==============================================================================>] 17.79K --.-KB/s in 0.1s

2018-01-26 16:05:24 (162 KB/s) - β€˜hassbian-scripts_0.6.deb’ saved [18216/18216]

pi@hassbian:~ $ sudo dpkg -i hassbian-scripts_0.6.deb
(Reading database … 44010 files and directories currently installed.)
Preparing to unpack hassbian-scripts_0.6.deb …
Unpacking hassbian-scripts (0.6) over (0.3) …
dpkg: dependency problems prevent configuration of hassbian-scripts:
hassbian-scripts depends on libffi-dev; however:
Package libffi-dev is not installed.

dpkg: error processing package hassbian-scripts (–install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
hassbian-scripts

Try installing that package manually?

Thanks a lot, after install pakage libfii-dev manualley. I have successfully upgrade HA.
with use command sudo hassbian-config upgrade home-assistant

1 Like

For anyone else that might run into this, you can upgrade hassbian-scripts simply by running:

sudo hassbian-config upgrade hassbian-script

This will download the latest hassbian-script package and install it. To upgrade Home Assistant, run:

sudo hassbian-config upgrade homeassistant

There’s several other things you can do with hassbian-scripts which you can see by running:

hassbian-config --help

3 Likes

Hello, have the same problem and tried to updat eusing PIP but here is the error result:

pi@hassbian:~ $ source /srv/homeassistant/bin/activate
(homeassistant) pi@hassbian:~ $ pip3 install --upgrade homeassistant
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting homeassistant
  Downloading homeassistant-0.117.1-py3-none-any.whl (9.8 MB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 9.8 MB 47 kB/s
Collecting jinja2>=2.11.2
  Downloading Jinja2-2.11.2-py2.py3-none-any.whl (125 kB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 125 kB 4.7 MB/s
Requirement already satisfied, skipping upgrade: astral==1.10.1 in /srv/homeassistant/lib/python3.7/site-packages (from homeassistant) (1.10.1)
Collecting certifi>=2020.6.20
  Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 156 kB 4.1 MB/s
Collecting pyyaml==5.3.1
  Downloading https://www.piwheels.org/simple/pyyaml/PyYAML-5.3.1-cp37-cp37m-linux_armv7l.whl (44 kB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 44 kB 304 kB/s
Collecting voluptuous-serialize==2.4.0
  Downloading voluptuous_serialize-2.4.0-py3-none-any.whl (6.7 kB)
Collecting aiohttp==3.6.2
  Downloading aiohttp-3.6.2-py3-none-any.whl (441 kB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 441 kB 5.3 MB/s
Collecting requests==2.24.0
  Downloading requests-2.24.0-py2.py3-none-any.whl (61 kB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 61 kB 53 kB/s
Collecting cryptography==3.2.0
  Downloading https://www.piwheels.org/simple/cryptography/cryptography-3.2-cp37-cp37m-linux_armv7l.whl (777 kB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 777 kB 730 kB/s
Collecting yarl==1.4.2
  Downloading https://www.piwheels.org/simple/yarl/yarl-1.4.2-cp37-cp37m-linux_armv7l.whl (257 kB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 257 kB 852 kB/s
Collecting voluptuous==0.12.0
  Downloading voluptuous-0.12.0-py3-none-any.whl (29 kB)
Collecting pytz>=2020.1
  Downloading pytz-2020.1-py2.py3-none-any.whl (510 kB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 510 kB 5.7 MB/s
Collecting python-slugify==4.0.1
  Downloading https://www.piwheels.org/simple/python-slugify/python_slugify-4.0.1-py2.py3-none-any.whl (7.0 kB)
Requirement already satisfied, skipping upgrade: ruamel.yaml==0.15.100 in /srv/homeassistant/lib/python3.7/site-packages (from homeassistant) (0.15.100)
Requirement already satisfied, skipping upgrade: bcrypt==3.1.7 in /srv/homeassistant/lib/python3.7/site-packages (from homeassistant) (3.1.7)
Requirement already satisfied, skipping upgrade: pip>=8.0.3 in /srv/homeassistant/lib/python3.7/site-packages (from homeassistant) (20.2.4)
Requirement already satisfied, skipping upgrade: ciso8601==2.1.3 in /srv/homeassistant/lib/python3.7/site-packages (from homeassistant) (2.1.3)
Collecting httpx==0.16.1
  Downloading httpx-0.16.1-py3-none-any.whl (65 kB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 65 kB 801 kB/s
Requirement already satisfied, skipping upgrade: PyJWT==1.7.1 in /srv/homeassistant/lib/python3.7/site-packages (from homeassistant) (1.7.1)
Requirement already satisfied, skipping upgrade: async-timeout==3.0.1 in /srv/homeassistant/lib/python3.7/site-packages (from homeassistant) (3.0.1)
Collecting importlib-metadata==1.6.0; python_version < "3.8"
  Downloading importlib_metadata-1.6.0-py2.py3-none-any.whl (30 kB)
Requirement already satisfied, skipping upgrade: attrs==19.3.0 in /srv/homeassistant/lib/python3.7/site-packages (from homeassistant) (19.3.0)
Requirement already satisfied, skipping upgrade: MarkupSafe>=0.23 in /srv/homeassistant/lib/python3.7/site-packages (from jinja2>=2.11.2->homeassistant) (1.1.1)
Requirement already satisfied, skipping upgrade: multidict<5.0,>=4.5 in /srv/homeassistant/lib/python3.7/site-packages (from aiohttp==3.6.2->homeassistant) (4.6.1)
Requirement already satisfied, skipping upgrade: chardet<4.0,>=2.0 in /srv/homeassistant/lib/python3.7/site-packages (from aiohttp==3.6.2->homeassistant) (3.0.4)
Requirement already satisfied, skipping upgrade: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /srv/homeassistant/lib/python3.7/site-packages (from requests==2.24.0->homeassistant) (1.25.7)
Requirement already satisfied, skipping upgrade: idna<3,>=2.5 in /srv/homeassistant/lib/python3.7/site-packages (from requests==2.24.0->homeassistant) (2.8)
Requirement already satisfied, skipping upgrade: six>=1.4.1 in /srv/homeassistant/lib/python3.7/site-packages (from cryptography==3.2.0->homeassistant) (1.13.0)
Requirement already satisfied, skipping upgrade: cffi!=1.11.3,>=1.8 in /srv/homeassistant/lib/python3.7/site-packages (from cryptography==3.2.0->homeassistant) (1.13.2)
Requirement already satisfied, skipping upgrade: text-unidecode>=1.3 in /srv/homeassistant/lib/python3.7/site-packages (from python-slugify==4.0.1->homeassistant) (1.3)
Collecting sniffio
  Downloading sniffio-1.2.0-py3-none-any.whl (10 kB)
Collecting rfc3986[idna2008]<2,>=1.3
  Downloading rfc3986-1.4.0-py2.py3-none-any.whl (31 kB)
Collecting httpcore==0.12.*
  Downloading httpcore-0.12.0-py3-none-any.whl (53 kB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 53 kB 169 kB/s
Requirement already satisfied, skipping upgrade: zipp>=0.5 in /srv/homeassistant/lib/python3.7/site-packages (from importlib-metadata==1.6.0; python_version < "3.8"->homeassistant) (0.6.0)
Requirement already satisfied, skipping upgrade: pycparser in /srv/homeassistant/lib/python3.7/site-packages (from cffi!=1.11.3,>=1.8->cryptography==3.2.0->homeassistant) (2.19)
Collecting h11==0.*
  Downloading h11-0.11.0-py2.py3-none-any.whl (54 kB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 54 kB 207 kB/s
Requirement already satisfied, skipping upgrade: more-itertools in /srv/homeassistant/lib/python3.7/site-packages (from zipp>=0.5->importlib-metadata==1.6.0; python_version < "3.8"->homeassistant) (7.2.0)
Installing collected packages: jinja2, certifi, pyyaml, voluptuous, voluptuous-serialize, yarl, aiohttp, requests, cryptography, pytz, python-slugify, sniffio, rfc3986, h11, httpcore, httpx, importlib-metadata, homeassistant
  Attempting uninstall: jinja2
    Found existing installation: Jinja2 2.10.3
    Uninstalling Jinja2-2.10.3:
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: 'LICENSE.rst'
Consider using the `--user` option or check the permissions.

Any idea?
COuld be problem that I run this as a β€œpi” not β€œhomeassistant”?

Tried again with:

pi@hassbian:~ $ sudo systemctl stop [email protected]
pi@hassbian:~ $ sudo su -s /bin/bash homeassistant
homeassistant@hassbian:/home/pi $ source /srv/homeassistant/bin/activate
(homeassistant) homeassistant@hassbian:/home/pi $ pip3 install --upgrade homeassistant
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting homeassistant
  Downloading homeassistant-0.117.1-py3-none-any.whl (9.8 MB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 9.8 MB 43 kB/s
Collecting pyyaml==5.3.1
  Downloading https://www.piwheels.org/simple/pyyaml/PyYAML-5.3.1-cp37-cp37m-linux_armv7l.whl (44 kB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 44 kB 271 kB/s
Requirement already satisfied, skipping upgrade: async-timeout==3.0.1 in /srv/homeassistant/lib/python3.7/site-packages (from homeassistant) (3.0.1)
Requirement already satisfied, skipping upgrade: ciso8601==2.1.3 in /srv/homeassistant/lib/python3.7/site-packages (from homeassistant) (2.1.3)
Collecting pytz>=2020.1
  Downloading pytz-2020.1-py2.py3-none-any.whl (510 kB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 510 kB 6.1 MB/s
Collecting voluptuous-serialize==2.4.0
  Downloading voluptuous_serialize-2.4.0-py3-none-any.whl (6.7 kB)
Requirement already satisfied, skipping upgrade: astral==1.10.1 in /srv/homeassistant/lib/python3.7/site-packages (from homeassistant) (1.10.1)
Requirement already satisfied, skipping upgrade: pip>=8.0.3 in /srv/homeassistant/lib/python3.7/site-packages (from homeassistant) (20.2.4)
Collecting certifi>=2020.6.20
  Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 156 kB 4.8 MB/s
Collecting voluptuous==0.12.0
  Downloading voluptuous-0.12.0-py3-none-any.whl (29 kB)
Collecting cryptography==3.2.0
  Downloading https://www.piwheels.org/simple/cryptography/cryptography-3.2-cp37-cp37m-linux_armv7l.whl (777 kB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 777 kB 907 kB/s
Collecting importlib-metadata==1.6.0; python_version < "3.8"
  Downloading importlib_metadata-1.6.0-py2.py3-none-any.whl (30 kB)
Collecting python-slugify==4.0.1
  Downloading https://www.piwheels.org/simple/python-slugify/python_slugify-4.0.1-py2.py3-none-any.whl (7.0 kB)
Requirement already satisfied, skipping upgrade: bcrypt==3.1.7 in /srv/homeassistant/lib/python3.7/site-packages (from homeassistant) (3.1.7)
Requirement already satisfied, skipping upgrade: attrs==19.3.0 in /srv/homeassistant/lib/python3.7/site-packages (from homeassistant) (19.3.0)
Requirement already satisfied, skipping upgrade: ruamel.yaml==0.15.100 in /srv/homeassistant/lib/python3.7/site-packages (from homeassistant) (0.15.100)
Requirement already satisfied, skipping upgrade: PyJWT==1.7.1 in /srv/homeassistant/lib/python3.7/site-packages (from homeassistant) (1.7.1)
Collecting aiohttp==3.6.2
  Downloading aiohttp-3.6.2-py3-none-any.whl (441 kB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 441 kB 5.0 MB/s
Collecting yarl==1.4.2
  Downloading https://www.piwheels.org/simple/yarl/yarl-1.4.2-cp37-cp37m-linux_armv7l.whl (257 kB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 257 kB 915 kB/s
Collecting requests==2.24.0
  Downloading requests-2.24.0-py2.py3-none-any.whl (61 kB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 61 kB 59 kB/s
Collecting jinja2>=2.11.2
  Downloading Jinja2-2.11.2-py2.py3-none-any.whl (125 kB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 125 kB 4.0 MB/s
Collecting httpx==0.16.1
  Downloading httpx-0.16.1-py3-none-any.whl (65 kB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 65 kB 146 kB/s
Requirement already satisfied, skipping upgrade: six>=1.4.1 in /srv/homeassistant/lib/python3.7/site-packages (from cryptography==3.2.0->homeassistant) (1.13.0)
Requirement already satisfied, skipping upgrade: cffi!=1.11.3,>=1.8 in /srv/homeassistant/lib/python3.7/site-packages (from cryptography==3.2.0->homeassistant) (1.13.2)
Requirement already satisfied, skipping upgrade: zipp>=0.5 in /srv/homeassistant/lib/python3.7/site-packages (from importlib-metadata==1.6.0; python_version < "3.8"->homeassistant) (0.6.0)
Requirement already satisfied, skipping upgrade: text-unidecode>=1.3 in /srv/homeassistant/lib/python3.7/site-packages (from python-slugify==4.0.1->homeassistant) (1.3)
Requirement already satisfied, skipping upgrade: multidict<5.0,>=4.5 in /srv/homeassistant/lib/python3.7/site-packages (from aiohttp==3.6.2->homeassistant) (4.6.1)
Requirement already satisfied, skipping upgrade: chardet<4.0,>=2.0 in /srv/homeassistant/lib/python3.7/site-packages (from aiohttp==3.6.2->homeassistant) (3.0.4)
Requirement already satisfied, skipping upgrade: idna>=2.0 in /srv/homeassistant/lib/python3.7/site-packages (from yarl==1.4.2->homeassistant) (2.8)
Requirement already satisfied, skipping upgrade: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /srv/homeassistant/lib/python3.7/site-packages (from requests==2.24.0->homeassistant) (1.25.7)
Requirement already satisfied, skipping upgrade: MarkupSafe>=0.23 in /srv/homeassistant/lib/python3.7/site-packages (from jinja2>=2.11.2->homeassistant) (1.1.1)
Collecting rfc3986[idna2008]<2,>=1.3
  Downloading rfc3986-1.4.0-py2.py3-none-any.whl (31 kB)
Collecting httpcore==0.12.*
  Downloading httpcore-0.12.0-py3-none-any.whl (53 kB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 53 kB 97 kB/s
Collecting sniffio
  Downloading sniffio-1.2.0-py3-none-any.whl (10 kB)
Requirement already satisfied, skipping upgrade: pycparser in /srv/homeassistant/lib/python3.7/site-packages (from cffi!=1.11.3,>=1.8->cryptography==3.2.0->homeassistant) (2.19)
Requirement already satisfied, skipping upgrade: more-itertools in /srv/homeassistant/lib/python3.7/site-packages (from zipp>=0.5->importlib-metadata==1.6.0; python_version < "3.8"->homeassistant) (7.2.0)
Collecting h11==0.*
  Downloading h11-0.11.0-py2.py3-none-any.whl (54 kB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 54 kB 675 kB/s
Installing collected packages: pyyaml, pytz, voluptuous, voluptuous-serialize, certifi, cryptography, importlib-metadata, python-slugify, yarl, aiohttp, requests, jinja2, rfc3986, sniffio, h11, httpcore, httpx, homeassistant
  Attempting uninstall: pyyaml
    Found existing installation: PyYAML 5.3
    Uninstalling PyYAML-5.3:
      Successfully uninstalled PyYAML-5.3
  Attempting uninstall: pytz
    Found existing installation: pytz 2019.3
    Uninstalling pytz-2019.3:
      Successfully uninstalled pytz-2019.3
  Attempting uninstall: voluptuous
    Found existing installation: voluptuous 0.11.7
    Uninstalling voluptuous-0.11.7:
      Successfully uninstalled voluptuous-0.11.7
  Attempting uninstall: voluptuous-serialize
    Found existing installation: voluptuous-serialize 2.3.0
    Uninstalling voluptuous-serialize-2.3.0:
      Successfully uninstalled voluptuous-serialize-2.3.0
  Attempting uninstall: certifi
    Found existing installation: certifi 2019.11.28
    Uninstalling certifi-2019.11.28:
      Successfully uninstalled certifi-2019.11.28
  Attempting uninstall: cryptography
    Found existing installation: cryptography 2.8
    Uninstalling cryptography-2.8:
      Successfully uninstalled cryptography-2.8
  Attempting uninstall: importlib-metadata
    Found existing installation: importlib-metadata 1.5.0
    Uninstalling importlib-metadata-1.5.0:
      Successfully uninstalled importlib-metadata-1.5.0
  Attempting uninstall: python-slugify
    Found existing installation: python-slugify 4.0.0
    Uninstalling python-slugify-4.0.0:
      Successfully uninstalled python-slugify-4.0.0
  Attempting uninstall: yarl
    Found existing installation: yarl 1.3.0
    Uninstalling yarl-1.3.0:
      Successfully uninstalled yarl-1.3.0
  Attempting uninstall: aiohttp
    Found existing installation: aiohttp 3.6.1
    Uninstalling aiohttp-3.6.1:
      Successfully uninstalled aiohttp-3.6.1
  Attempting uninstall: requests
    Found existing installation: requests 2.23.0
    Uninstalling requests-2.23.0:
      Successfully uninstalled requests-2.23.0
  Attempting uninstall: jinja2
    Found existing installation: Jinja2 2.10.3
    Uninstalling Jinja2-2.10.3:
      Successfully uninstalled Jinja2-2.10.3
  Attempting uninstall: homeassistant
    Found existing installation: homeassistant 0.107.5
    Uninstalling homeassistant-0.107.5:
      Successfully uninstalled homeassistant-0.107.5
ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.

We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.

-omeassistant 0.101.3 requires aiohttp==3.6.1, but you'll have aiohttp 3.6.2 which is incompatible.
-omeassistant 0.101.3 requires attrs==19.2.0, but you'll have attrs 19.3.0 which is incompatible.
-omeassistant 0.101.3 requires cryptography==2.8, but you'll have cryptography 3.2 which is incompatible.
-omeassistant 0.101.3 requires importlib-metadata==0.23, but you'll have importlib-metadata 1.6.0 which is incompatible.
-omeassistant 0.101.3 requires python-slugify==3.0.6, but you'll have python-slugify 4.0.1 which is incompatible.
-omeassistant 0.101.3 requires pyyaml==5.1.2, but you'll have pyyaml 5.3.1 which is incompatible.
-omeassistant 0.101.3 requires requests==2.22.0, but you'll have requests 2.24.0 which is incompatible.
-omeassistant 0.101.3 requires voluptuous==0.11.7, but you'll have voluptuous 0.12.0 which is incompatible.
-omeassistant 0.101.3 requires voluptuous-serialize==2.3.0, but you'll have voluptuous-serialize 2.4.0 which is incompatible.
hass-nabucasa 0.32.2 requires cryptography~=2.8, but you'll have cryptography 3.2 which is incompatible.
hass-nabucasa 0.32.2 requires pytz~=2019.3, but you'll have pytz 2020.1 which is incompatible.
Successfully installed aiohttp-3.6.2 certifi-2020.6.20 cryptography-3.2 h11-0.11.0 homeassistant-0.117.1 httpcore-0.12.0 httpx-0.16.1 importlib-metadata-1.6.0 jinja2-2.11.2 python-slugify-4.0.1 pytz-2020.1 pyyaml-5.3.1 requests-2.24.0 rfc3986-1.4.0 sniffio-1.2.0 voluptuous-0.12.0 voluptuous-serialize-2.4.0 yarl-1.4.2

Now IΒ΄m lost as HASS doesnΒ΄t run at all…error 404