You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docker logs from the sandbox container clearly indicate a ModuleNotFoundError: The module 'matplotlib' is included in the Pyodide distribution, but it is not installed.
This means the Terrarium image is missing a required Python package (matplotlib). Since you're using a pre-built image (ghcr.io/khoj-ai/terrarium:latest), you can't directly modify it.
Here is to report this issue to you guys developers. You need to update the Terrarium image to include matplotlib.
The text was updated successfully, but these errors were encountered:
Matplotlib should be supported. Are you seeing this issue on startup or when you ask a question where Khoj tries to use matplotlib via the code tool? More information about your os, Khoj setup etc. would be useful.
It always turn down even after several tries of restart. It does not matter whether I restart it through VS code or Docker desktop. My OS is MacOS 15.3.1
The docker logs from the sandbox container clearly indicate a ModuleNotFoundError: The module 'matplotlib' is included in the Pyodide distribution, but it is not installed.
This means the Terrarium image is missing a required Python package (matplotlib). Since you're using a pre-built image (ghcr.io/khoj-ai/terrarium:latest), you can't directly modify it.
Here is to report this issue to you guys developers. You need to update the Terrarium image to include matplotlib.
The text was updated successfully, but these errors were encountered: