core: 0.91.0 zwave install failure

Home Assistant release with the issue: 0.91.0

Last working Home Assistant release (if known): 0.90.2

Operating environment (Hass.io/Docker/Windows/etc.): Rasbian, in a virtual environment on RPi 3B

Component/platform: zwave

ERROR (Thread-10) [homeassistant.util.package] Unable to install package homeassistant-pyozw==0.1.3: Failed building wheel for homeassistant-pyozw
Command "/srv/homeassistant/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-6hyl8pj0/homeassistant-pyozw/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-record-1vlq0cbt/install-record.txt --single-version-externally-managed --compile --install-headers /srv/homeassistant/include/site/python3.5/homeassistant-pyozw" failed with error code 1 in /tmp/pip-install-6hyl8pj0/homeassistant-pyozw/
2019-04-04 16:24:04 ERROR (MainThread) [homeassistant.requirements] Not initializing zwave because could not install requirement homeassistant-pyozw==0.1.3
2019-04-04 16:24:05 ERROR (MainThread) [homeassistant.setup] Setup failed for zwave: Could not install all requirements
pip3 install homeassistant-ptozw==0.1.3

Failed building wheel for homeassistant-pyozw

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 2
  • Comments: 20 (6 by maintainers)

Most upvoted comments

I’m running into this issue with Travis (https://travis-ci.org ) now when attempting to have it verify my config.

.travis.yaml `language: python python:

  • ā€œ3.5ā€ before_install:
  • mv not_secrets.yaml config/secrets.yaml install:
  • pip3 install homeassistant script:
  • hass -c ./config/ --script check_config`

and travis error

Failed config General Errors: - Unable to install all requirements: homeassistant-pyozw==0.1.4, pydispatcher==2.0.5