Errors full Home Assistant Log

Hello, I get the following errors. I even get this when I do an clean install.

I use hassbian 0.84.6 on a raspberry pi and only have Home Assistant running on it.
What do the errors mean?

2019-01-03 20:28:54 ERROR (Thread-5) [homeassistant.util.package] Unable to install package afsapi==0.0.4: Command “/srv/homeassistant/bin/python3 -u -c “import setuptools, tokenize;file=‘/tmp/pip-build-km0s7p9q/lxml/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install --record /tmp/pip-kfa05kyx-record/install-record.txt --single-version-externally-managed --compile --install-headers /srv/homeassistant/include/site/python3.5/lxml” failed with error code 1 in /tmp/pip-build-km0s7p9q/lxml/
2019-01-03 20:28:54 ERROR (MainThread) [homeassistant.requirements] Not initializing media_player.frontier_silicon because could not install requirement afsapi==0.0.4
2019-01-03 20:28:54 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform media_player.frontier_silicon: Could not install all requirements.

afsapi 0.2.8 on PyPI - Libraries.io shows that it is needed for frontier silicon media player. I don’t have one (that I know of). Can it be something in the air (neighbours?, car?)? → Found it: My Philips SW100 Spotify Connect Device :slight_smile:

I tried

sudo apt-get install python-pip
pip install afsapi==0.0.4

but this also gives an error:

Collecting afsapi==0.0.4
Downloading https://files.pythonhosted.org/packages/0b/4f/ef3a3e646ffc15f137e59b23e652cd7a2b6af6e24541f1ebd10fa585bf80/afsapi-0.0.4.tar.gz
Collecting aiohttp>=3.3.2 (from afsapi==0.0.4)
Could not find a version that satisfies the requirement aiohttp>=3.3.2 (from afsapi==0.0.4) (from versions: 0.1, 0.2, 0.3, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.5, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.8.0, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.10.0, 0.10.1, 0.10.2, 0.11.0, 0.12.0, 0.13.0, 0.13.1, 0.14.0, 0.14.1, 0.14.2, 0.14.3, 0.14.4, 0.15.0, 0.15.1, 0.15.2, 0.15.3, 0.16.0, 0.16.1, 0.16.2, 0.16.3, 0.16.4, 0.16.5, 0.16.6, 0.17.0, 0.17.1, 0.17.2, 0.17.3, 0.17.4, 0.18.0, 0.18.1, 0.18.2, 0.18.3, 0.18.4, 0.19.0, 0.20.0, 0.20.1, 0.20.2, 0.21.0, 0.21.1, 0.21.2, 0.21.4, 0.21.5, 0.21.6, 0.22.0a0, 0.22.0b0, 0.22.0b1, 0.22.0b2, 0.22.0b3, 0.22.0b4, 0.22.0b5, 0.22.0b6, 0.22.0, 0.22.1, 0.22.2, 0.22.3, 0.22.4, 0.22.5, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.5, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.2.0, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 2.0.0rc1, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6.post1, 2.0.7, 2.1.0, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.2.5, 2.3.0a4, 2.3.0, 2.3.1, 2.3.2b2)
No matching distribution found for aiohttp>=3.3.2 (from afsapi==0.0.4)