artyshko / smd

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

Traceback (most recent call last) #102

Open OTsector opened 3 years ago

OTsector commented 3 years ago
Traceback (most recent call last):
  File "/tmp/smd/./main.py", line 3, in <module>
    from youtube import Youtube
  File "/tmp/smd/youtube.py", line 20, in <module>
    imageio.plugins.ffmpeg.download()
  File "/usr/local/lib/python3.9/dist-packages/imageio/plugins/ffmpeg.py", line 37, in download
    raise RuntimeError(
RuntimeError: imageio.ffmpeg.download() has been deprecated. Use 'pip install imageio-ffmpeg' instead.'
khalidoy commented 3 years ago

same issue

khalidoy commented 3 years ago

i think i ve figured it out

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

denzven commented 3 years ago

same problem didnt work