Hi Im trying to install HA on Debian linux but I got below error.
Im going trought this guide: https://home-assistant.io/getting-started/installation-virtualenv/
What Im doing wrong?
(homeassistant) homeassistant@nas:/root$ pip install homeassistant
Collecting homeassistant
Using cached homeassistant-0.37.1-py2.py3-none-any.whl
Collecting pytz>=2016.10 (from homeassistant)
Using cached pytz-2016.10-py2.py3-none-any.whl
Collecting requests<3,>=2 (from homeassistant)
Using cached requests-2.13.0-py2.py3-none-any.whl
Collecting jinja2>=2.8 (from homeassistant)
Using cached Jinja2-2.9.5-py2.py3-none-any.whl
Collecting typing<4,>=3 (from homeassistant)
Using cached typing-3.5.3.0.tar.gz
Collecting async-timeout==1.1.0 (from homeassistant)
Using cached async-timeout-1.1.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File “”, line 1, in
File “/tmp/pip-build-Yzp4o6/async-timeout/setup.py”, line 1, in
import pathlib
ImportError: No module named pathlib
----------------------------------------
Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-Yzp4o6/async-timeout/