Could I ask for help? I have installed core_6.1.0_amd64.deb on my Debian 10, Gui works fine but I have problem with start daemon.
`root@ThinkPad:~# service core-daemon status
● core-daemon.service - Common Open Research Emulator Service
Loaded: loaded (/lib/systemd/system/core-daemon.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2020-02-28 13:38:10 CET; 1s ago
Process: 6822 ExecStart=/usr/local/bin/core-daemon (code=exited, status=1/FAILURE)
Main PID: 6822 (code=exited, status=1/FAILURE)
Feb 28 13:38:10 ThinkPad systemd[1]: Started Common Open Research Emulator Service.
Feb 28 13:38:10 ThinkPad core-daemon[6822]: Traceback (most recent call last):
Feb 28 13:38:10 ThinkPad core-daemon[6822]: File "/usr/local/bin/core-daemon", line 16, in
Feb 28 13:38:10 ThinkPad core-daemon[6822]: from core import constants
Feb 28 13:38:10 ThinkPad core-daemon[6822]: ModuleNotFoundError: No module named 'core'
Feb 28 13:38:10 ThinkPad systemd[1]: core-daemon.service: Main process exited, code=exited, status=1/FAILURE
Feb 28 13:38:10 ThinkPad systemd[1]: core-daemon.service: Failed with result 'exit-code'.
`
Could I ask for help? I have installed core_6.1.0_amd64.deb on my Debian 10, Gui works fine but I have problem with start daemon.
`root@ThinkPad:~# service core-daemon status
● core-daemon.service - Common Open Research Emulator Service
Loaded: loaded (/lib/systemd/system/core-daemon.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2020-02-28 13:38:10 CET; 1s ago
Process: 6822 ExecStart=/usr/local/bin/core-daemon (code=exited, status=1/FAILURE)
Main PID: 6822 (code=exited, status=1/FAILURE)
Feb 28 13:38:10 ThinkPad systemd[1]: Started Common Open Research Emulator Service.
Feb 28 13:38:10 ThinkPad core-daemon[6822]: Traceback (most recent call last):
Feb 28 13:38:10 ThinkPad core-daemon[6822]: File "/usr/local/bin/core-daemon", line 16, in
Feb 28 13:38:10 ThinkPad core-daemon[6822]: from core import constants
Feb 28 13:38:10 ThinkPad core-daemon[6822]: ModuleNotFoundError: No module named 'core'
Feb 28 13:38:10 ThinkPad systemd[1]: core-daemon.service: Main process exited, code=exited, status=1/FAILURE
Feb 28 13:38:10 ThinkPad systemd[1]: core-daemon.service: Failed with result 'exit-code'.
`