Open ghost opened 3 years ago
imageio.plugins.ffmpeg.download() is deprecated use "pip install imageio-ffmpeg" instead
The update of imageio causes this error. Using the imageio on version 2.4.1 will solve your problem:
sudo pip3 install imageio==2.4.1
imageio.plugins.ffmpeg.download() is deprecated use "pip install imageio-ffmpeg" instead