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:
- python from scipy.misc import imread:ImportError: cannot import name imread
- [Solved] python AudioSegment Read mp3 files Error: Python AudioSegment winError 2 The system cannot find the file specified
- [Solved] Autosub error: ffmpeg: Executable not found on machine.
- When ffmpeg is used to push streaming, there may be an error: unknown encoder ‘libx264’
- [Solved] Cannot run program “git.exe”: CreateProcess error=
- Tensorflow ImportError: DLL load failed with error code -1073741795
- [Solved] Linux deployment Tomcat error does not support java.lang.NoClassDefFoundError: com/sun/image/codec/jpeg/JPEGCodec
- [Solved] Python 3.8 Install pyaudio Error: pip3 install pyaudio error: Microsoft Visual C++ 14.0 or greater is required.
- ImportError: cannot import name ‘multiarray‘
- [Solved] NPM downloads the dependency of the front-end Vue admin template master template Error