Closed rokm closed 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.
imageio-ffmpeg
imageio_ffmpeg.binaries
importlib.resources
Closes https://github.com/pyinstaller/pyinstaller/issues/8664.
Starting with
imageio-ffmpeg
0.5.0,imageio_ffmpeg.binaries
is a package that is acccessed viaimportlib.resources
. Since it is not directly imported anywhere, we need to add it to hidden imports.Closes https://github.com/pyinstaller/pyinstaller/issues/8664.