smd icon indicating copy to clipboard operation
smd copied to clipboard

[HELP] Unable to download 'ffmpeg-linux64-v3.3.1'.

Open mugi789 opened this issue 4 years ago • 3 comments

localdisk@ubuntu: /Git/smd$ ./main.py -ss "https://open.spotify.com/album/7vfTi5XtNwhkDNUCBK6xZK?si=xsLSSAEBRhyf3UBfSeudQw"Traceback (most recent call last): File "./main.py", line 3, in from youtube import Youtube File "/home/localdisk/Git/smd/youtube.py", line 16, in from moviepy.editor import * File "/home/localdisk/.local/lib/python3.6/site-packages/moviepy/editor.py", line 26, in imageio.plugins.ffmpeg.download() File "/home/localdisk/.local/lib/python3.6/site-packages/imageio/plugins/ffmpeg.py", line 73, in download force_download=force_download) File "/home/localdisk/.local/lib/python3.6/site-packages/imageio/core/fetching.py", line 127, in get_remote_file _fetch_file(url, filename) File "/home/localdisk/.local/lib/python3.6/site-packages/imageio/core/fetching.py", line 183, in _fetch_file os.path.basename(file_name)) OSError: Unable to download 'ffmpeg-linux64-v3.3.1'. Perhaps there is a no internet connection? If there is, please report this problem. localdisk@ubuntu: /Git/smd$

Tested on Ubuntu 18.04

mugi789 avatar Oct 23 '20 18:10 mugi789

Same issue

iMonZ avatar Feb 18 '21 13:02 iMonZ

Same here

MarksenDE avatar Mar 10 '21 19:03 MarksenDE

running the same with: FFMPEG_BINARY=/usr/local/bin/ffmpeg (or perhaps where your ffmpeg is), worked for me: it started downloading the needed ffmpeg to my .imageio/ffmpeg/ dir.

Grrb avatar May 03 '21 16:05 Grrb