You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "imageio/core/format.py", line 590, in append_data
File "imageio/plugins/ffmpeg.py", line 587, in _append_data
File "imageio/plugins/ffmpeg.py", line 648, in _initialize
File "imageio_ffmpeg/_io.py", line 508, in write_frames
File "imageio_ffmpeg/_io.py", line 124, in get_first_available_h264_encoder
File "imageio_ffmpeg/_io.py", line 58, in get_compiled_h264_encoders
File "imageio_ffmpeg/_utils.py", line 33, in get_ffmpeg_exe
RuntimeError: No ffmpeg exe could be found. Install ffmpeg on your system, or set the IMAGEIO_FFMPEG_EXE environment variable.
After investigation, the reason was not that ffmpeg could not be found. There was this file in the packaged directory. The reason was that after the program transferred the device, ffmpeg did not have permission and could not be called.
It is recommended to add code that grants writable permissions in the get_ffmpeg_exe function.
After investigation, the reason was not that ffmpeg could not be found. There was this file in the packaged directory. The reason was that after the program transferred the device, ffmpeg did not have permission and could not be called.
It is recommended to add code that grants writable permissions in the get_ffmpeg_exe function.
pyinstaller packaging instructions:
The text was updated successfully, but these errors were encountered: