Appdaemon error on attempted startup

On trying to run Appdaemon I’m receiving the following error:
Installing collected packages: sortedcontainers, sniffio, PySocks, outcome, trio, trio-websocket, selenium
Successfully installed PySocks-1.7.1 outcome-1.3.0.post0 selenium-4.16.0 sniffio-1.3.0 sortedcontainers-2.4.0 trio-0.23.2 trio-websocket-0.11.1
WARNING: Running pip as the ‘root’ user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: 12. Virtual Environments and Packages — Python 3.12.1 documentation
[14:22:40] FATAL: Failed executing init command: [ ]
s6-rc: warning: unable to start service init-appdaemon: command exited 1
/run/s6/basedir/scripts/rc.init: warning: s6-rc failed to properly bring all the services up! Check your logs (in /run/uncaught-logs/current if you have in-container logging) for more information.
/run/s6/basedir/scripts/rc.init: fatal: stopping the container.

Any suggestions on a solution would be appreciated.