e2b-dev / e2b-dev/code-interpreter
UserWarning: Message serialization failed with: Out of range float values are not JSON compliant
Abierto
@mishushakov ya está trabajando en esto.
Desde el 15/4/2025.
bug
Code Interpreter
- Lenguaje dominante
- Python
- Estrellas
- 2.4k
- Forks
- 228
- Merge medio
- 48 min
- PR fusionados (30 d)
- 5
Descripción
I'm constantly getting this message in stderr when displaying a pandas dataframe. This pollutes what the agent sees and may even impact our ability to getting the displayed dataframe data.
/usr/local/lib/python3.10/site-packages/jupyter_client/session.py:721: UserWarning: Message serialization failed with:
Out of range float values are not JSON compliant
Supporting this message is deprecated in jupyter-client 7, please make sure your message is JSON-compliant
content = self.pack(content)
This is probably in your serialization code, perhaps? Can you check this and see if you or us can mitigate this warning?
This happens with a e2b sandbox template created today with the latest version of e2b.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.