I-love-study / graiax-silkcoder

A simple silkv3 encoder
BSD 3-Clause "New" or "Revised" License
33 stars 2 forks source link

[Bug]Error when not have ffmpeg #18

Closed I-love-study closed 2 years ago

I-love-study commented 2 years ago

如果没有安装 ffmpeg, 导入就会出现

FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg'

如果安装了 imageio-ffmpeg 但是并没有相对应的包含 ffmpeg 二进制文件的 wheel 包,会触发

RuntimeError: No ffmpeg exe could be found. Install ffmpeg on your system, or set the IMAGEIO_FFMPEG_EXE environment variable.