Imageio: ‘ffmpeg-win32-v3.2.4.exe’ was not found on your computer; downloading it now.

Don’t panic in case of data tilt, teach you to easily obtain the slope of table tilt>>>

Scene

After using pip to download imageio, you need to download ffmpeag-win-32-v3.2.4.exe. One is in the code

Add at the beginning:

imageio.plugins.ffmpeg.download()

In this way, the file will be downloaded when the code is running. However, due to the network and other reasons, the file cannot be downloaded, and eventually the response timeout will be displayed

You will be prompted:

Unable to download ‘fwmpeag-win32-v3.2.4.exe’.Perhaps there is a inernet connection?

Because after the code is added above, it will be detected in C:: – users – administrator – appdata – Local – imageio – ffmpeg

Is there a ‘fwmpeag-win32-v3.2.4.exe file in the directory?If it doesn’t exist, it will be downloaded to the directory

Implementation

Go to its GitHub, manually download the missing corresponding EXE file and put it in the corresponding directory

GitHub address:

https://github.com/imageio/imageio-binaries/tree/master/ffmpeg

After downloading, put it in the corresponding directory

Similar Posts: