e2b-dev / e2b-dev/code-interpreter
UserWarning: Message serialization failed with: Out of range float values are not JSON compliant
オープン
@mishushakov がすでに取り組んでいます。
2025年4月15日 から。
bug
Code Interpreter
- 主要言語
- Python
- スター
- 2.4k
- フォーク
- 228
- 平均マージ
- 48分
- マージ済み PR(30日)
- 5
説明
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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。