artyshko / smd

Spotify Music Downloader
MIT License
1.36k stars 236 forks source link

removed imageio.plugins.ffmpeg.download() #96

Open ghost opened 3 years ago

ghost commented 3 years ago

imageio.plugins.ffmpeg.download() is deprecated use "pip install imageio-ffmpeg" instead

khalidoy commented 3 years ago

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