pyinstaller / pyinstaller-hooks-contrib

Community maintained hooks for PyInstaller.
Other
96 stars 126 forks source link

hooks: update imageio_ffmpeg hook for compatibility with imageio-ffmpeg >= 0.5.0 #766

Closed rokm closed 4 months ago

rokm commented 4 months ago

Starting with imageio-ffmpeg 0.5.0, imageio_ffmpeg.binaries is a package that is acccessed via importlib.resources. Since it is not directly imported anywhere, we need to add it to hidden imports.

Closes https://github.com/pyinstaller/pyinstaller/issues/8664.