e2b-dev / e2b-dev/code-interpreter

UserWarning: Message serialization failed with: Out of range float values are not JSON compliant

Aperta
#81 4 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@mishushakov ci sta già lavorando.

Dal 15/4/2025.

bug Code Interpreter
Lingua principale
Python
Stelle
2.4k
Fork
228
Merge medio
48m
PR unite (30g)
5

Descrizione

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.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.