runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 18, in <module> from kling.core import VideoWatermarkRemover ModuleNotFoundError: No module named 'kling' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 20, in <module> raise RuntimeError( RuntimeError: 导入 kling 模块失败:No module named 'kling' 请检查: 1. 子模块是否已通过 `git submodule update --init --recursive` 初始化? 2. 项目根目录是否正确添加到 sys.path?(当前路径:{project_root})
Container logs:
Fetching error logs...