404: Not found on new macOS Catalina install

Hi There,

Completely new to the community, but thanks for all the hard work everyone does here to get home automation working so well. I’m installing HA for the Daikin addition, which I’m hoping will finally sort out my AC!

I’ve followed the guide exactly for a new MACos installation, and it seems to start up the web server on my server Mac, but there doesn’t appear to be a page for it to connect to. (I’m connecting to http://(my server’s IP):8123

I have a basic understanding of MACos terminal but when it comes to virtual environments etc I get a bit confused.

The log is throwing up a few errors; it’s pasted from the last startup below. Can anyone help me out and point me in the right direction to get this going?

=========================================

Config directory: /Users/benwilding/.homeassistant
2019-11-11 22:47:31 INFO (SyncWorker_0) [homeassistant.loader] Loaded automation from homeassistant.components.automation
2019-11-11 22:47:31 INFO (SyncWorker_1) [homeassistant.loader] Loaded default_config from homeassistant.components.default_config
2019-11-11 22:47:31 INFO (SyncWorker_4) [homeassistant.loader] Loaded group from homeassistant.components.group
2019-11-11 22:47:31 INFO (SyncWorker_3) [homeassistant.loader] Loaded script from homeassistant.components.script
2019-11-11 22:47:32 INFO (SyncWorker_6) [homeassistant.loader] Loaded persistent_notification from homeassistant.components.persistent_notification
2019-11-11 22:47:32 INFO (SyncWorker_5) [homeassistant.loader] Loaded homeassistant from homeassistant.components.homeassistant
2019-11-11 22:47:32 INFO (SyncWorker_4) [homeassistant.loader] Loaded device_automation from homeassistant.components.device_automation
2019-11-11 22:47:32 INFO (SyncWorker_2) [homeassistant.loader] Loaded tts from homeassistant.components.tts
2019-11-11 22:47:32 INFO (MainThread) [homeassistant.setup] Setting up persistent_notification
2019-11-11 22:47:32 INFO (MainThread) [homeassistant.setup] Setup of domain persistent_notification took 0.0 seconds.
2019-11-11 22:47:32 INFO (MainThread) [homeassistant.setup] Setting up homeassistant
2019-11-11 22:47:32 INFO (MainThread) [homeassistant.setup] Setup of domain homeassistant took 0.0 seconds.
2019-11-11 22:47:32 INFO (SyncWorker_1) [homeassistant.loader] Loaded webhook from homeassistant.components.webhook
2019-11-11 22:47:32 INFO (SyncWorker_3) [homeassistant.loader] Loaded http from homeassistant.components.http
2019-11-11 22:47:32 INFO (SyncWorker_6) [homeassistant.loader] Loaded cloud from homeassistant.components.cloud
2019-11-11 22:47:32 INFO (SyncWorker_2) [homeassistant.loader] Loaded config from homeassistant.components.config
2019-11-11 22:47:32 INFO (SyncWorker_5) [homeassistant.loader] Loaded frontend from homeassistant.components.frontend
2019-11-11 22:47:32 INFO (SyncWorker_3) [homeassistant.loader] Loaded api from homeassistant.components.api
2019-11-11 22:47:32 INFO (SyncWorker_6) [homeassistant.loader] Loaded auth from homeassistant.components.auth
2019-11-11 22:47:32 INFO (SyncWorker_2) [homeassistant.loader] Loaded lovelace from homeassistant.components.lovelace
2019-11-11 22:47:32 INFO (SyncWorker_5) [homeassistant.loader] Loaded onboarding from homeassistant.components.onboarding
2019-11-11 22:47:32 INFO (SyncWorker_3) [homeassistant.loader] Loaded system_log from homeassistant.components.system_log
2019-11-11 22:47:32 INFO (SyncWorker_6) [homeassistant.loader] Loaded websocket_api from homeassistant.components.websocket_api
2019-11-11 22:47:32 INFO (SyncWorker_2) [homeassistant.loader] Loaded history from homeassistant.components.history
2019-11-11 22:47:33 INFO (SyncWorker_5) [homeassistant.loader] Loaded recorder from homeassistant.components.recorder
2019-11-11 22:47:33 INFO (SyncWorker_3) [homeassistant.loader] Loaded logbook from homeassistant.components.logbook
2019-11-11 22:47:33 INFO (SyncWorker_6) [homeassistant.loader] Loaded map from homeassistant.components.map
2019-11-11 22:47:33 INFO (SyncWorker_2) [homeassistant.loader] Loaded mobile_app from homeassistant.components.mobile_app
2019-11-11 22:47:33 INFO (SyncWorker_5) [homeassistant.loader] Loaded person from homeassistant.components.person
2019-11-11 22:47:33 INFO (SyncWorker_3) [homeassistant.loader] Loaded ssdp from homeassistant.components.ssdp
2019-11-11 22:47:33 INFO (SyncWorker_6) [homeassistant.loader] Loaded sun from homeassistant.components.sun
2019-11-11 22:47:33 INFO (SyncWorker_2) [homeassistant.loader] Loaded system_health from homeassistant.components.system_health
2019-11-11 22:47:33 INFO (SyncWorker_5) [homeassistant.loader] Loaded updater from homeassistant.components.updater
2019-11-11 22:47:33 INFO (SyncWorker_3) [homeassistant.loader] Loaded zeroconf from homeassistant.components.zeroconf
2019-11-11 22:47:33 INFO (MainThread) [homeassistant.bootstrap] Setting up {‘system_log’}
2019-11-11 22:47:33 INFO (MainThread) [homeassistant.setup] Setting up http
2019-11-11 22:47:33 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.1 seconds.
2019-11-11 22:47:33 INFO (MainThread) [homeassistant.setup] Setting up system_log
2019-11-11 22:47:33 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.0 seconds.
2019-11-11 22:47:34 INFO (MainThread) [homeassistant.setup] Setting up recorder
2019-11-11 22:47:35 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.2 seconds.
2019-11-11 22:47:35 INFO (MainThread) [homeassistant.setup] Setting up person
2019-11-11 22:47:35 INFO (MainThread) [homeassistant.setup] Setting up group
2019-11-11 22:47:35 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.0 seconds.
2019-11-11 22:47:35 INFO (MainThread) [homeassistant.setup] Setting up sun
2019-11-11 22:47:39 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 4.5 seconds.
2019-11-11 22:47:40 INFO (MainThread) [homeassistant.setup] Setting up ssdp
2019-11-11 22:47:40 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.0 seconds.
2019-11-11 22:47:40 INFO (MainThread) [homeassistant.setup] Setting up updater
2019-11-11 22:47:40 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.0 seconds.
2019-11-11 22:47:40 INFO (MainThread) [homeassistant.setup] Setting up lovelace
2019-11-11 22:47:40 ERROR (MainThread) [homeassistant.setup] Error during setup of component lovelace
Traceback (most recent call last):
File “/Users/benwilding/homeassistant/lib/python3.8/site-packages/homeassistant/setup.py”, line 171, in _async_setup_component
result = await component.async_setup( # type: ignore
File “/Users/benwilding/homeassistant/lib/python3.8/site-packages/homeassistant/components/lovelace/init.py”, line 66, in async_setup
hass.components.frontend.async_register_built_in_panel(
File “/Users/benwilding/homeassistant/lib/python3.8/site-packages/homeassistant/loader.py”, line 421, in getattr
component: Optional[ModuleType] = integration.get_component()
File “/Users/benwilding/homeassistant/lib/python3.8/site-packages/homeassistant/loader.py”, line 223, in get_component
cache[self.domain] = importlib.import_module(self.pkg_path)
File “/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/importlib/init.py”, line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1014, in _gcd_import
File “”, line 991, in _find_and_load
File “”, line 975, in _find_and_load_unlocked
File “”, line 671, in _load_unlocked
File “”, line 783, in exec_module
File “”, line 219, in _call_with_frames_removed
File “/Users/benwilding/homeassistant/lib/python3.8/site-packages/homeassistant/components/frontend/init.py”, line 10, in
import hass_frontend
ModuleNotFoundError: No module named ‘hass_frontend’
2019-11-11 22:47:40 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2019-11-11 22:47:40 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds.
2019-11-11 22:47:40 INFO (SyncWorker_5) [homeassistant.loader] Loaded binary_sensor from homeassistant.components.binary_sensor
2019-11-11 22:47:40 INFO (MainThread) [homeassistant.setup] Setting up system_health
2019-11-11 22:47:40 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 0.0 seconds.
2019-11-11 22:47:40 INFO (MainThread) [homeassistant.setup] Setting up auth
2019-11-11 22:47:40 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds.
2019-11-11 22:47:40 INFO (SyncWorker_4) [homeassistant.loader] Loaded google_translate from homeassistant.components.google_translate
2019-11-11 22:47:40 INFO (MainThread) [homeassistant.setup] Setting up api
2019-11-11 22:47:40 INFO (MainThread) [homeassistant.setup] Setting up history
2019-11-11 22:47:40 ERROR (MainThread) [homeassistant.setup] Error during setup of component history
Traceback (most recent call last):
File “/Users/benwilding/homeassistant/lib/python3.8/site-packages/homeassistant/setup.py”, line 171, in _async_setup_component
result = await component.async_setup( # type: ignore
File “/Users/benwilding/homeassistant/lib/python3.8/site-packages/homeassistant/components/history/init.py”, line 283, in async_setup
hass.components.frontend.async_register_built_in_panel(
File “/Users/benwilding/homeassistant/lib/python3.8/site-packages/homeassistant/loader.py”, line 421, in getattr
component: Optional[ModuleType] = integration.get_component()
File “/Users/benwilding/homeassistant/lib/python3.8/site-packages/homeassistant/loader.py”, line 223, in get_component
cache[self.domain] = importlib.import_module(self.pkg_path)
File “/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/importlib/init.py”, line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1014, in _gcd_import
File “”, line 991, in _find_and_load
File “”, line 975, in _find_and_load_unlocked
File “”, line 671, in _load_unlocked
File “”, line 783, in exec_module
File “”, line 219, in _call_with_frames_removed
File “/Users/benwilding/homeassistant/lib/python3.8/site-packages/homeassistant/components/frontend/init.py”, line 10, in
import hass_frontend
ModuleNotFoundError: No module named ‘hass_frontend’
2019-11-11 22:47:40 INFO (MainThread) [homeassistant.setup] Setting up webhook
2019-11-11 22:47:40 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds.
2019-11-11 22:47:40 INFO (MainThread) [homeassistant.setup] Setting up script
2019-11-11 22:47:40 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.0 seconds.
2019-11-11 22:47:40 INFO (MainThread) [homeassistant.setup] Setting up config
2019-11-11 22:47:40 ERROR (MainThread) [homeassistant.setup] Error during setup of component config
Traceback (most recent call last):
File “/Users/benwilding/homeassistant/lib/python3.8/site-packages/homeassistant/setup.py”, line 171, in _async_setup_component
result = await component.async_setup( # type: ignore
File “/Users/benwilding/homeassistant/lib/python3.8/site-packages/homeassistant/components/config/init.py”, line 34, in async_setup
hass.components.frontend.async_register_built_in_panel(
File “/Users/benwilding/homeassistant/lib/python3.8/site-packages/homeassistant/loader.py”, line 421, in getattr
component: Optional[ModuleType] = integration.get_component()
File “/Users/benwilding/homeassistant/lib/python3.8/site-packages/homeassistant/loader.py”, line 223, in get_component
cache[self.domain] = importlib.import_module(self.pkg_path)
File “/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/importlib/init.py”, line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1014, in _gcd_import
File “”, line 991, in _find_and_load
File “”, line 975, in _find_and_load_unlocked
File “”, line 671, in load_unlocked
File “”, line 783, in exec_module
File “”, line 219, in call_with_frames_removed
File “/Users/benwilding/homeassistant/lib/python3.8/site-packages/homeassistant/components/frontend/init.py”, line 10, in
import hass_frontend
ModuleNotFoundError: No module named ‘hass_frontend’
2019-11-11 22:47:40 INFO (MainThread) [homeassistant.setup] Setup of domain person took 5.7 seconds.
2019-11-11 22:47:40 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2019-11-11 22:47:40 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.0 seconds.
2019-11-11 22:47:40 INFO (MainThread) [homeassistant.setup] Setting up tts
2019-11-11 22:47:40 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.2 seconds.
2019-11-11 22:47:40 INFO (MainThread) [homeassistant.setup] Setting up onboarding
2019-11-11 22:47:43 INFO (MainThread) [homeassistant.setup] Setting up cloud
2019-11-11 22:47:43 INFO (MainThread) [homeassistant.setup] Setting up device_automation
2019-11-11 22:47:43 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.0 seconds.
2019-11-11 22:47:43 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.updater
2019-11-11 22:47:44 INFO (MainThread) [homeassistant.setup] Setting up zeroconf
2019-11-11 22:47:44 INFO (MainThread) [homeassistant.setup] Setting up automation
2019-11-11 22:47:44 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.0 seconds.
2019-11-11 22:47:44 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 3.1 seconds.
2019-11-11 22:47:44 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.0 seconds.
2019-11-11 22:47:44 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 3.1 seconds.
2019-11-11 22:47:44 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 0.2 seconds.
2019-11-11 22:47:44 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of frontend. Setup failed for dependencies: lovelace
2019-11-11 22:47:44 ERROR (MainThread) [homeassistant.setup] Setup failed for frontend: Could not set up all dependencies.
2019-11-11 22:47:44 ERROR (MainThread) [homeassistant.setup] Setup failed for mobile_app: Unable to import component
2019-11-11 22:47:44 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of logbook. Setup failed for dependencies: frontend
2019-11-11 22:47:44 ERROR (MainThread) [homeassistant.setup] Setup failed for logbook: Could not set up all dependencies.
2019-11-11 22:47:44 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of map. Setup failed for dependencies: frontend
2019-11-11 22:47:44 ERROR (MainThread) [homeassistant.setup] Setup failed for map: Could not set up all dependencies.
2019-11-11 22:47:44 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: config, frontend, history, logbook, map, mobile_app
2019-11-11 22:47:44 ERROR (MainThread) [homeassistant.setup] Setup failed for default_config: Could not set up all dependencies.
2019-11-11 22:47:44 INFO (SyncWorker_4) [homeassistant.loader] Loaded tradfri from homeassistant.components.tradfri
2019-11-11 22:47:44 INFO (SyncWorker_2) [homeassistant.loader] Loaded hue from homeassistant.components.hue
2019-11-11 22:47:44 INFO (SyncWorker_0) [homeassistant.loader] Loaded lifx from homeassistant.components.lifx
2019-11-11 22:47:44 INFO (SyncWorker_6) [homeassistant.util.package] Attempting install of pytradfri[async]==6.3.1
2019-11-11 22:47:51 ERROR (SyncWorker_6) [homeassistant.util.package] Unable to install package pytradfri[async]==6.3.1: ERROR: Command errored out with exit status 1:
command: /Users/benwilding/homeassistant/bin/python3 -u -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/private/var/folders/dt/tlsqvl5n5f717k5jx4t3vqr00000gn/T/pip-install-suewbb4d/DTLSSocket/setup.py’"’"’; file=’"’"’/private/var/folders/dt/tlsqvl5n5f717k5jx4t3vqr00000gn/T/pip-install-suewbb4d/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 /private/var/folders/dt/tlsqvl5n5f717k5jx4t3vqr00000gn/T/pip-record-ht5lgmih/install-record.txt --single-version-externally-managed --compile --install-headers /Users/benwilding/homeassistant/include/site/python3.8/DTLSSocket
cwd: /private/var/folders/dt/tlsqvl5n5f717k5jx4t3vqr00000gn/T/pip-install-suewbb4d/DTLSSocket/
Complete output (11 lines):
running install
running build
running build_py
creating build
creating build/lib.macosx-10.9-x86_64-3.8
creating build/lib.macosx-10.9-x86_64-3.8/DTLSSocket
copying DTLSSocket/init.py -> build/lib.macosx-10.9-x86_64-3.8/DTLSSocket
copying DTLSSocket/DTLSSocket.py -> build/lib.macosx-10.9-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: /Users/benwilding/homeassistant/bin/python3 -u -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/private/var/folders/dt/tlsqvl5n5f717k5jx4t3vqr00000gn/T/pip-install-suewbb4d/DTLSSocket/setup.py’"’"’; file=’"’"’/private/var/folders/dt/tlsqvl5n5f717k5jx4t3vqr00000gn/T/pip-install-suewbb4d/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 /private/var/folders/dt/tlsqvl5n5f717k5jx4t3vqr00000gn/T/pip-record-ht5lgmih/install-record.txt --single-version-externally-managed --compile --install-headers /Users/benwilding/homeassistant/include/site/python3.8/DTLSSocket Check the logs for full command output.
WARNING: You are using pip version 19.2.3, however version 19.3.1 is available.
You should consider upgrading via the ‘pip install --upgrade pip’ command.
2019-11-11 22:47:51 INFO (SyncWorker_2) [homeassistant.util.package] Attempting install of pytradfri[async]==6.3.1
2019-11-11 22:47:56 ERROR (SyncWorker_2) [homeassistant.util.package] Unable to install package pytradfri[async]==6.3.1: ERROR: Command errored out with exit status 1:
command: /Users/benwilding/homeassistant/bin/python3 -u -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/private/var/folders/dt/tlsqvl5n5f717k5jx4t3vqr00000gn/T/pip-install-f5oimxlg/DTLSSocket/setup.py’"’"’; file=’"’"’/private/var/folders/dt/tlsqvl5n5f717k5jx4t3vqr00000gn/T/pip-install-f5oimxlg/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 /private/var/folders/dt/tlsqvl5n5f717k5jx4t3vqr00000gn/T/pip-record-a04t62n
/install-record.txt --single-version-externally-managed --compile --install-headers /Users/benwilding/homeassistant/include/site/python3.8/DTLSSocket
cwd: /private/var/folders/dt/tlsqvl5n5f717k5jx4t3vqr00000gn/T/pip-install-f5oimxlg/DTLSSocket/
Complete output (11 lines):
running install
running build
running build_py
creating build
creating build/lib.macosx-10.9-x86_64-3.8
creating build/lib.macosx-10.9-x86_64-3.8/DTLSSocket
copying DTLSSocket/init.py -> build/lib.macosx-10.9-x86_64-3.8/DTLSSocket
copying DTLSSocket/DTLSSocket.py -> build/lib.macosx-10.9-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: /Users/benwilding/homeassistant/bin/python3 -u -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/private/var/folders/dt/tlsqvl5n5f717k5jx4t3vqr00000gn/T/pip-install-f5oimxlg/DTLSSocket/setup.py’"’"’; file=’"’"’/private/var/folders/dt/tlsqvl5n5f717k5jx4t3vqr00000gn/T/pip-install-f5oimxlg/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 /private/var/folders/dt/tlsqvl5n5f717k5jx4t3vqr00000gn/T/pip-record-a04t62n
/install-record.txt --single-version-externally-managed --compile --install-headers /Users/benwilding/homeassistant/include/site/python3.8/DTLSSocket Check the logs for full command output.
WARNING: You are using pip version 19.2.3, however version 19.3.1 is available.
You should consider upgrading via the ‘pip install --upgrade pip’ command.
2019-11-11 22:47:56 INFO (MainThread) [homeassistant.components.hue] Invalid authentication for 192.168.1.109, requesting link.
2019-11-11 22:47:56 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/Users/benwilding/homeassistant/lib/python3.8/site-packages/homeassistant/data_entry_flow.py”, line 66, in async_init
flow = await self._async_create_flow(handler, context=context, data=data)
File “/Users/benwilding/homeassistant/lib/python3.8/site-packages/homeassistant/config_entries.py”, line 626, in _async_create_flow
await async_process_deps_reqs(self.hass, self._hass_config, integration)
File “/Users/benwilding/homeassistant/lib/python3.8/site-packages/homeassistant/setup.py”, line 291, in async_process_deps_reqs
await requirements.async_process_requirements(
File “/Users/benwilding/homeassistant/lib/python3.8/site-packages/homeassistant/requirements.py”, line 83, in async_process_requirements
raise RequirementsNotFound(name, [req])
homeassistant.requirements.RequirementsNotFound: Requirements for tradfri not found: [‘pytradfri[async]==6.3.1’].
2019-11-11 22:47:56 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/Users/benwilding/homeassistant/lib/python3.8/site-packages/homeassistant/data_entry_flow.py”, line 66, in async_init
flow = await self._async_create_flow(handler, context=context, data=data)
File “/Users/benwilding/homeassistant/lib/python3.8/site-packages/homeassistant/config_entries.py”, line 626, in _async_create_flow
await async_process_deps_reqs(self.hass, self._hass_config, integration)
File “/Users/benwilding/homeassistant/lib/python3.8/site-packages/homeassistant/setup.py”, line 291, in async_process_deps_reqs
await requirements.async_process_requirements(
File “/Users/benwilding/homeassistant/lib/python3.8/site-packages/homeassistant/requirements.py”, line 83, in async_process_requirements
raise RequirementsNotFound(name, [req])
homeassistant.requirements.RequirementsNotFound: Requirements for tradfri not found: [‘pytradfri[async]==6.3.1’].
2019-11-11 22:47:56 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 24.64s
2019-11-11 22:47:56 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2019-11-11 22:47:56 INFO (SyncWorker_3) [homeassistant.components.zeroconf] Starting Zeroconf broadcast
2019-11-11 22:47:56 INFO (MainThread) [homeassistant.core] Timer:starting
2019-11-11 23:47:40 INFO (MainThread) [homeassistant.components.updater] Submitted analytics to Home Assistant servers. Information submitted includes {}
2019-11-11 23:47:40 INFO (MainThread) [homeassistant.components.updater] You are on the latest version (0.101.3) of Home Assistant

Where did you download python 3.8 from?

I’m using Catalina and I only seem to have Python 3.7.5

I followed one of many guides on the internet trying to get HA to work natively on my server, and one of them had me download and install it from https://www.python.org/downloads/

I think I’ve given up on trying to have it run natively though, it’s missing too many dependencies, and even though I’ve tried all of the tutorials, I just haven’t been able to get it to go.

Instead, I have it (semi) running in Docker, which appears to be working apart from Homekit - which I’ll make a separate post about.

You may not need python 3.8, it should be OK under 3.7 but if you’ve got 3.8 installed then it’s best to use it.

Nice to know you’ve got it going in Docker at least, quite a few people on here are using HassIO so hopefully they will help you fix your homekit issue.