Just tried it again, getting this:
2021-05-09 22:41:33 ERROR (SyncWorker_9) [homeassistant.util.package] Unable to install package pyhdhomerun: ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-108aaz2h/pyhdhomerun/setup.py'"'"'; __file__='"'"'/tmp/pip-install-108aaz2h/pyhdhomerun/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-pip-egg-info-x491enmx
cwd: /tmp/pip-install-108aaz2h/pyhdhomerun/
Complete output (10 lines):
ERROR:root:Could not load HDHR library from [/usr/lib/libhdhomerun.so].
Traceback (most recent call last):
File "/tmp/pip-install-108aaz2h/pyhdhomerun/pyhdhomerun/hdhr.py", line 16, in get_hdhr
get_hdhr.instance = cdll.LoadLibrary(constants.HDHR_FILEPATH)
File "/usr/local/lib/python3.8/ctypes/__init__.py", line 451, in LoadLibrary
return self._dlltype(name)
File "/usr/local/lib/python3.8/ctypes/__init__.py", line 373, in __init__
self._handle = _dlopen(self._name, mode)
OSError: Error loading shared library /usr/lib/libhdhomerun.so: No such file or directory
Could not load HDHomeRun library: Error loading shared library /usr/lib/libhdhomerun.so: No such file or directory
----------------------------------------
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.2.4; however, version 21.1.1 is available.
You should consider upgrading via the '/usr/local/bin/python3 -m pip install --upgrade pip' command.
2021-05-09 22:41:47 INFO (MainThread) [custom_components.blueiris.api.blue_iris_api] Updating data from BI Server (BlueIris)```