Hi,
Thanks for your great plugins! I am just dipping my toes into the world of home automation and HA and your freenas plugins have bee great! I currently have HA, Mosquitto and Tasmoadmin all up and running pretty smoothly with several Tasmota devices configured and connected.
The 2 big issues I am having at the moment is that I can’t get the Homekit integration to install.Upon review of the logs I am getting the following error:
[code]
Log Details (ERROR)
Logger: homeassistant.util.package
Source: util/package.py:88
First occurred: 12 June 2020, 22:44:06 (1 occurrences)
Last logged: 12 June 2020, 22:44:06
Unable to install package PyTurboJPEG==1.4.0: ERROR: Command errored out with exit status 1: command: /srv/homeassistant/bin/python3.7 /srv/homeassistant/lib/python3.7/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-j6dwtx6e/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple – setuptools wheel ‘Cython>=0.29.14’ cwd: None Complete output (44 lines): Traceback (most recent call last): File “/usr/local/lib/python3.7/runpy.py”, line 193, in _run_module_as_main “main”, mod_spec) File “/usr/local/lib/python3.7/runpy.py”, line 85, in _run_code exec(code, run_globals) File “/srv/homeassistant/lib/python3.7/site-packages/pip/main.py”, line 26, in sys.exit(_main()) File “/srv/homeassistant/lib/python3.7/site-packages/pip/_internal/cli/main.py”, line 73, in main command = create_command(cmd_name, isolated=("–isolated" in cmd_args)) File “/srv/homeassistant/lib/python3.7/site-packages/pip/_internal/commands/init.py”, line 104, in create_command module = importlib.import_module(module_path) File “/usr/local/lib/python3.7/importlib/init.py”, line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File “”, line 1006, in _gcd_import File “”, line 983, in _find_and_load File “”, line 967, in _find_and_load_unlocked File “”, line 677, in _load_unlocked File “”, line 728, in exec_module File “”, line 219, in _call_with_frames_removed File “/srv/homeassistant/lib/python3.7/site-packages/pip/_internal/commands/install.py”, line 24, in from pip._internal.cli.req_command import RequirementCommand, with_cleanup File “/srv/homeassistant/lib/python3.7/site-packages/pip/_internal/cli/req_command.py”, line 16, in from pip._internal.index.package_finder import PackageFinder File “/srv/homeassistant/lib/python3.7/site-packages/pip/_internal/index/package_finder.py”, line 21, in from pip._internal.index.collector import parse_links File “/srv/homeassistant/lib/python3.7/site-packages/pip/_internal/index/collector.py”, line 14, in from pip._vendor import html5lib, requests File “/srv/homeassistant/lib/python3.7/site-packages/pip/_vendor/requests/init.py”, line 114, in from . import utils File “/srv/homeassistant/lib/python3.7/site-packages/pip/_vendor/requests/utils.py”, line 25, in from . import certs File “/srv/homeassistant/lib/python3.7/site-packages/pip/_vendor/requests/certs.py”, line 15, in from pip._vendor.certifi import where File “/srv/homeassistant/lib/python3.7/site-packages/pip/_vendor/certifi/init.py”, line 1, in from .core import contents, where File “/srv/homeassistant/lib/python3.7/site-packages/pip/_vendor/certifi/core.py”, line 12, in from importlib.resources import read_text File “/usr/local/lib/python3.7/importlib/resources.py”, line 11, in from typing import Iterable, Iterator, Optional, Set, Union # noqa: F401 File “/srv/homeassistant/lib/python3.7/site-packages/typing.py”, line 1357, in class Callable(extra=collections_abc.Callable, metaclass=CallableMeta): File “/srv/homeassistant/lib/python3.7/site-packages/typing.py”, line 1005, in new self._abc_registry = extra._abc_registry AttributeError: type object ‘Callable’ has no attribute ‘_abc_registry’ ---------------------------------------- ERROR: Command errored out with exit status 1: /srv/homeassistant/bin/python3.7 /srv/homeassistant/lib/python3.7/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-j6dwtx6e/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple – setuptools wheel ‘Cython>=0.29.14’ Check the logs for full command output. [/code]
I even tried installing a completely new version of the plugin and tried to install it first thing but instead of this error it just hung indefinitely on the installing screen. If there is any light you can shed on the issue I would appreciate it.
One last issue I’m facing is getting AppDaemon to start. I get it installed fine but keep getting the message that i might need to restart HA for it to function correctly at the end of the install script, but it never does.
Thanks again for your hard work!