Hello everyone, i managed to install Ubuntu on an old pc and to install on it HomeAssistant.
Everything works fine except for the Ikea Tradfri light plugin, everytime i try to install it it takes hours and it doesn’t install.
I tried to run it on my pc in a virtual machine a few days ago and it worked perfectly.
Here the logs:
Logger: homeassistant.util.package
Source: util/package.py:95
First occurred: 8:03:03 (1 occurrences)
Last logged: 8:03:03
Unable to install package pytradfri[async]==6.4.0: ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-751x_970/DTLSSocket/setup.py'"'"'; __file__='"'"'/tmp/pip-install-751x_970/DTLSSocket/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-u_4ijxrd cwd: /tmp/pip-install-751x_970/DTLSSocket/ Complete output (11 lines): running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-3.8 creating build/lib.linux-x86_64-3.8/DTLSSocket copying DTLSSocket/__init__.py -> build/lib.linux-x86_64-3.8/DTLSSocket copying DTLSSocket/DTLSSocket.py -> build/lib.linux-x86_64-3.8/DTLSSocket running build_ext Running: autoconf error: [Errno 2] No such file or directory: 'autoconf' ---------------------------------------- ERROR: Failed building wheel for DTLSSocket ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-751x_970/DTLSSocket/setup.py'"'"'; __file__='"'"'/tmp/pip-install-751x_970/DTLSSocket/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-9s2g1ihf/install-record.txt --single-version-externally-managed --prefix '' --user --prefix= --compile --install-headers /home/server/.homeassistant/deps/include/python3.8/DTLSSocket cwd: /tmp/pip-install-751x_970/DTLSSocket/ Complete output (11 lines): running install running build running build_py creating build creating build/lib.linux-x86_64-3.8 creating build/lib.linux-x86_64-3.8/DTLSSocket copying DTLSSocket/__init__.py -> build/lib.linux-x86_64-3.8/DTLSSocket copying DTLSSocket/DTLSSocket.py -> build/lib.linux-x86_64-3.8/DTLSSocket running build_ext Running: autoconf error: [Errno 2] No such file or directory: 'autoconf' ---------------------------------------- ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-751x_970/DTLSSocket/setup.py'"'"'; __file__='"'"'/tmp/pip-install-751x_970/DTLSSocket/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-9s2g1ihf/install-record.txt --single-version-externally-managed --prefix '' --user --prefix= --compile --install-headers /home/server/.homeassistant/deps/include/python3.8/DTLSSocket Check the logs for full command output.