问题
trying to make animation on google colab.
getting this warning: UserWarning: MovieWriter ffmpeg unavailable
warnings.warn("MovieWriter %s unavailable" % writer)
did pip install ffmpeg-normalize but no use.
How to deal with this?
来源:https://stackoverflow.com/questions/49095392/userwarning-moviewriter-ffmpeg-unavailable