The integration is not installing on my system.
After the installing window it pops back to the integration list. Rebooted everything, same result.
In what git should I report this, HA core or your Plugwise Smile?
I am currently running on 111.1
||amd64|
| --- | --- |
|dev|false|
|docker|false|
|hassio|false|
|installation_type|Home Assistant Core|
|os_name|FreeBSD|
|os_version|11.3-RELEASE-p9|
|python_version|3.7.6|
|timezone|Europe/Amsterdam|
|version|0.111.1|
|virtualenv|true|
Still dumping all info here.
2020-06-12 13:20:43 ERROR (SyncWorker_25) [homeassistant.util.package] Unable to install package Plugwise_Smile==0.2.13: ERROR: Command errored out with exit status 1:
command: /srv/homeassistant/bin/python3.7 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-ytzy5xzz/lxml/setup.py'"'"'; __file__='"'"'/tmp/pip-install-ytzy5xzz/lxml/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-ytzy5xzz/lxml/pip-egg-info
cwd: /tmp/pip-install-ytzy5xzz/lxml/
Complete output (3 lines):
Building lxml version 4.5.1.
Building without Cython.
Error: Please make sure the libxml2 and libxslt development packages are installed.
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
WARNING: You are using pip version 20.0.2; however, version 20.1.1 is available.
You should consider upgrading via the '/srv/homeassistant/bin/python3.7 -m pip install --upgrade pip' command.
2020-06-12 13:20:43 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start
resp = await task
File "/srv/homeassistant/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle
resp = await handler(request)
File "/srv/homeassistant/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl
return await handler(request)
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 39, in real_ip_middleware
return await handler(request)
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 127, in auth_middleware
return await handler(request)
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 129, in handle
result = await result
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/config/config_entries.py", line 112, in post
return await super().post(request)
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/data_validator.py", line 60, in wrapper
result = await method(view, request, *args, **kwargs)
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/data_entry_flow.py", line 73, in post
"show_advanced_options": data["show_advanced_options"],
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/data_entry_flow.py", line 117, in async_init
flow = await self.async_create_flow(handler, context=context, data=data)
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config_entries.py", line 518, in async_create_flow
await async_process_deps_reqs(self.hass, self._hass_config, integration)
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 322, in async_process_deps_reqs
hass, integration.domain
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/requirements.py", line 78, in async_get_integration_with_requirements
hass, integration.domain, integration.requirements
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/requirements.py", line 130, in async_process_requirements
raise RequirementsNotFound(name, [req])
homeassistant.requirements.RequirementsNotFound: Requirements for plugwise not found: ['Plugwise_Smile==0.2.13'].