gpt4 book ai didi

python - 使用 matplotlib 动画时权限被拒绝

转载 作者:行者123 更新时间:2023-12-04 17:52:56 25 4
gpt4 key购买 nike

尝试使用找到的示例代码制作动画 here .我已经安装了 ffmpegyasm,但是当我运行代码时,包括行

ani.save('test.mp4', writer = FFwriter, dpi = 40)

我收到以下错误。

PermissionError: [Errno 13] Permission denied

(其中 FFwriter = animation.FFMpegWriter(fps = 30) 在我的 Jupyter 文档的开头定义)。我已经尝试了很多,但什么也做不了。甚至尝试更改 ffmpeg 的权限,但仍然无法让错误消失。

编辑这是我的导入等,以包含更多详细信息

import numpy as np
import matplotlib
import matplotlib.pyplot as plt
import matplotlib.animation as animation
plt.rcParams['animation.ffmpeg_path'] = '/usr/local/Cellar/ffmpeg/'
FFwriter = animation.FFMpegWriter(fps = 30)

最佳答案

您没有在您的工作目录中保存的权限。将完整的文件路径写入您有权限的地方,或者使用 sudo 运行您的脚本,以便您有权限。

关于python - 使用 matplotlib 动画时权限被拒绝,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43081441/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com