jupyter-widgets-contrib / ipycanvas

Interactive Canvas in Jupyter
https://ipycanvas.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
686 stars 64 forks source link

problem when trying to run an example on PyPy3 #210

Open stonebig opened 3 years ago

stonebig commented 3 years ago

hi,

now that ipycanvas can work without orjson, I try it on PyPy3, and I fail on this curious message while trying https://github.com/martinRenou/ipycanvas/blob/master/examples/Interaction%20during%20animation.ipynb

image

do you have any idea what could be the reason ?

all the rest of the notebook works, just there is this message

stonebig commented 3 years ago

well, on cpython-3.9 the error message is slightly more explict

image