Pip3 install homeassistand fails

Hello,

when i want to install homeassistant on my windows 10 machine i get the following error:

Command "c:\users\m.hüttl\appdata\local\programs\python\python35\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\MAF18~1.HTT\\AppData\\Local\\Temp\\pip-build-uk8tu6cj\\MarkupSafe\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\MAF18~1.HTT\AppData\Local\Temp\pip-miue8y8r-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\MAF18~1.HTT\AppData\Local\Temp\pip-build-uk8tu6cj\MarkupSafe\

I have got a PI3 with clean raspbian lite install on a WD Pidrive. This is why I can’s use the hasio image.
I tried installing from the manual install but the sudo pip3 install homeassistant fails:

Running setup.py (path:/tmp/pip-build-ao5p8foz/aiohttp/setup.py) egg_info for package aiohttp
aiohttp/_http_parser.pyx: cannot find cimported module ‘.’
Traceback (most recent call last):
File “”, line 17, in
File “/tmp/pip-build-ao5p8foz/aiohttp/setup.py”, line 59, in
txt = (here / ‘aiohttp’ / ‘init.py’).read_text(‘utf-8’)
AttributeError: ‘PosixPath’ object has no attribute ‘read_text’
Complete output from command python setup.py egg_info:
aiohttp/_http_parser.pyx: cannot find cimported module ‘.’

Traceback (most recent call last):

File “”, line 17, in

File “/tmp/pip-build-ao5p8foz/aiohttp/setup.py”, line 59, in

txt = (here / 'aiohttp' / '__init__.py').read_text('utf-8')

AttributeError: ‘PosixPath’ object has no attribute ‘read_text’


Cleaning up…
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-ao5p8foz/aiohttp
Storing debug log for failure in /root/.pip/pip.log

Any Idea how to fix this?

Regards?

You’re running Python 3.4 - Home Assistant only supports Python 3.5.3+

See https://github.com/home-assistant/home-assistant/issues/13344