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
Copy file name to clipboardExpand all lines: sdks/code-interpreter/kotlin/README.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,28 @@ The Code Interpreter SDK relies on a specialized environment. Ensure your sandbo
102
102
103
103
For detailed information about supported languages and versions, please refer to the [Environment Documentation](../../../sandboxes/code-interpreter/README.md).
104
104
105
+
### Troubleshooting: `pip: command not found`
106
+
107
+
If you are using the Kotlin/Java client and run shell commands such as
108
+
`pip install pandas`, make sure the sandbox is created from the
109
+
`opensandbox/code-interpreter` image (or a derivative) and uses the
0 commit comments