Skip to content
Discussion options

You must be logged in to vote

Hi @luis-silva-idb, your LibreChat URL/token config looks fine. The error means the sandbox runner does not have the Python runtime installed/registered.

The Code Interpreter maps Python requests to python version 3.14.4, and the sandbox only discovers runtimes from /pkgs. The README/troubleshooting notes that "runtime is unknown" usually means the language packages volume is empty because the package-init step did not run.

For local Docker Compose, populate ./data/pkgs first, then restart the stack:

cd /path/to/code-interpreter

./build-packages.sh

docker compose up --build

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@luis-silva-idb
Comment options

Answer selected by luis-silva-idb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #8 on June 26, 2026 14:16.