|
发表于 2024-9-15 01:20:37
|
显示全部楼层
求助,n1用着用着supervisor无法启动了
[17:19:38] INFO: Using udev information from host
cont-init: info: /etc/cont-init.d/udev.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun supervisor (no readiness notification)
services-up: info: copying legacy longrun watchdog (no readiness notification)
s6-rc: info: service legacy-services successfully started
[17:19:38] INFO: Starting local supervisor watchdog...
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/usr/src/supervisor/supervisor/__main__.py", line 14, in
from supervisor import bootstrap # pylint: disable=wrong-import-position # noqa: E402
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/supervisor/supervisor/bootstrap.py", line 11, in
from .addons.manager import AddonManager
File "/usr/src/supervisor/supervisor/addons/manager.py", line 26, in
from ..store.addon import AddonStore
File "/usr/src/supervisor/supervisor/store/__init__.py", line 20, in
from .addon import AddonStore
File "/usr/src/supervisor/supervisor/store/addon.py", line 7, in
from ..addons.model import AddonModel, Data
File "/usr/src/supervisor/supervisor/addons/model.py", line 16, in
from ..const import (
ImportError: cannot import name 'AddonBootConfig' from 'supervisor.const' (/usr/src/supervisor/supervisor/const.py)
[17:19:41] WARNING: Halt Supervisor
[17:19:41] INFO: Supervisor restart after closing
s6-rc: info: service legacy-services: stopping |
|