天天看點

成功解決 raise NeedDownloadError() imageio.core.fetching.NeedDownloadError

解決問題

imageio.core.fetching.NeedDownloadError: Need ffmpeg exe. You can download it by calling: imageio.  

解決思路

imageio.core.fetching.need下載下傳錯誤:需要ffmpeg exe。您可以通過以下方式下載下傳:imageio

庫内沒有,加代碼下載下傳成功後,才可使用

解決方法

最上面加兩行  

import imageio

imageio.plugins.ffmpeg.download()