Closed nicholasjannsen closed 2 years ago
Thank you for trying and the feedback!
It works for me in iPython (although the shell hangs after saving the video, but this might be a matplotlib issue).
Can you try updating to a later numba? pip install numba --upgrade
I suspect that the 2D array cache requires numba >=0.54
Thanks for the quick respond! Indeed updating numba to v. 0.54 did the trick. Cheers
Hi,
Thanks for this fun and useful software!
I was testing the
example.py
and got the following error simply copying the code into a ipython shell:I'm using
numba 0.51.2
andpandoramoon 1.0
.Cheers, Nicholas