Error: Not initializing cloud because could not install dependency warrant==0.6.1

Hi, trying to get Home Assistant running on my Synology D1815+, running DSM 6.1.3-15152. I’ve been following instructions here: https://home-assistant.io/getting-started/installation-synology/ and Error starting Home Assistant on Synology for first time, but I have error:

017-12-19 00:52:53 ERROR (Thread-8) [homeassistant.util.package] Unable to install package warrant==0.6.1: Command “/volume1/@appstore/py3k/usr/local/bin/python3 -u -c “import setuptools, tokenize;
file_=’/tmp/pip-build-by7b83ox/pycryptodome/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(’\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install --reco
rd /tmp/pip-qnvfx01b-record/install-record.txt --single-version-externally-managed --prefix --compile --user --prefix=” failed with error code 1 in /tmp/pip-build-by7b83ox/pycryptodome/
2017-12-19 00:52:53 ERROR (MainThread) [homeassistant.setup] Not initializing cloud because could not install dependency warrant==0.6.1
2017-12-19 00:52:53 ERROR (MainThread) [homeassistant.setup] Setup failed for cloud: Could not install all requirements.
2017-12-19 00:52:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: domain=persistent_notification, service_call_id=140191829972192-2, service=create, service_data=message
=The following components and platforms could not be set up:

  • cloud

Please check your config., notification_id=invalid_config, title=Invalid config>
2017-12-19 00:52:53 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: domain=persistent_notification, service_call_id=140191829972192-3, service=create, service_data=message
=The following components and platforms could not be set up:

  • [cloud] .
1 Like

I have exacty the same problem.

Tried everything from the thread mentioned above. This helped to be able to start hass at all. Now some dependencies cannot get installed, apparently.

Who can help us?

after step_6 and before step_7 from this https://community.home-assistant.io/t/error-starting-home-assistant-on-synology-for-first-time/917/14
you must run the command python3.5 -m pip install warrant

thx! That worked! :smiley: