runtime error

Exit code: 1. Reason: Error installing private module (output suppressed for security) Traceback (most recent call last): File "/app/app.py", line 67, in <module> private_app = load_private_code() File "/app/app.py", line 32, in load_private_code subprocess.run( ~~~~~~~~~~~~~~^ ["pip", "install", f"git+https://{private_library_url}"], ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<3 lines>... text=True, ^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/subprocess.py", line 577, in run raise CalledProcessError(retcode, process.args, output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['pip', 'install', 'git+https://github.com/neoAI-inc/neo-llm-module.git@v1.5.20']' returned non-zero exit status 1.

Container logs:

Fetching error logs...