【发布时间】:2018-05-24 00:05:39
【问题描述】:
我遇到的问题与此示例类似: https://matplotlib.org/examples/animation/basic_example_writer.html
错误:
RuntimeError: No MovieWriters available 发生在上面示例中的Writer = animation.writers['ffmpeg']。
我使用的是 mac,我已经使用 brew 安装了 ffmpeg,甚至使用 conda 安装了它,即使我没有为这个特定的代码使用 anaconda。
我很肯定它已安装 - 我已在终端中使用它来更改文件,但它在程序中不起作用。
谢谢!
【问题讨论】:
标签: python matplotlib ffmpeg