The problem I am getting is in code similar to this example: https://matplotlib.org/examples/animation/basic_example_writer.html
The error:
Runt
I have found '/usr/local/bin/ffmpeg' not exists in my computer. so i try this:
import matplotlib.pyplot as plt import matplotlib.animation as animation Writer = animation.writers['pillow'] writer = Writer(fps=15, metadata=dict(artist='Me'), bitrate=1800)
and it works for me