Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSError: unable to install ffmpeg-linux64-v3.3.1 #8

Open
kaletaa opened this issue Mar 24, 2019 · 5 comments
Open

OSError: unable to install ffmpeg-linux64-v3.3.1 #8

kaletaa opened this issue Mar 24, 2019 · 5 comments

Comments

@kaletaa
Copy link

kaletaa commented Mar 24, 2019

Hello,
I've solved the imageio issue, but I'm facing another one
Full traceback:

Traceback (most recent call last):
  File "./main.py", line 3, in <module>
    from youtube import Youtube
  File "/home/levente/Stuff/packages/smd/youtube.py", line 13, in <module>
    from moviepy.editor import *
  File "/home/levente/.local/lib64/python3.6/site-packages/moviepy/editor.py", line 26, in <module>
    imageio.plugins.ffmpeg.download()
  File "/home/levente/.local/lib64/python3.6/site-packages/imageio/plugins/ffmpeg.py", line 79, in download
    get_remote_file(fname=fname, directory=directory, force_download=force_download)
  File "/home/levente/.local/lib64/python3.6/site-packages/imageio/core/fetching.py", line 130, in get_remote_file
    _fetch_file(url, filename)
  File "/home/levente/.local/lib64/python3.6/site-packages/imageio/core/fetching.py", line 189, 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.
@spvkgn
Copy link

spvkgn commented Sep 15, 2019

v1.7.1 and the error still exists

$ python main.py --help
Traceback (most recent call last):
  File "main.py", line 3, in <module>
    from youtube import Youtube
  File "/home/pavel/apps/standalone/smd/youtube.py", line 16, in <module>
    from moviepy.editor import *
  File "/home/pavel/venv/smd/lib/python3.6/site-packages/moviepy/editor.py", line 26, in <module>
    imageio.plugins.ffmpeg.download()
  File "/home/pavel/venv/smd/lib/python3.6/site-packages/imageio/plugins/ffmpeg.py", line 73, in download
    force_download=force_download)
  File "/home/pavel/venv/smd/lib/python3.6/site-packages/imageio/core/fetching.py", line 127, in get_remote_file
    _fetch_file(url, filename)
  File "/home/pavel/venv/smd/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.

@todestoast
Copy link

Had the same error. No fix, but workaround:

$ wget https://github.com/imageio/imageio-binaries/raw/master/ffmpeg/ffmpeg.linux64
$ mv ffmpeg.linux64 ~/.imageio/ffmpeg/

@fluidum
Copy link

fluidum commented Oct 13, 2019

Had the same error. No fix, but workaround:

$ wget https://github.com/imageio/imageio-binaries/raw/master/ffmpeg/ffmpeg.linux64
$ mv ffmpeg.linux64 ~/.imageio/ffmpeg/

I had to tune it for Ubuntu 18.04.3 LTS:
$ wget https://github.com/imageio/imageio-binaries/raw/master/ffmpeg/ffmpeg.linux64
$ mv ffmpeg.linux64 ~/.imageio/ffmpeg/ffmpeg-linux64-v3.3.1

@gustawdaniel
Copy link

We can close this issue. Solution typed by @noraisk works great.

@arian81
Copy link

arian81 commented Feb 8, 2020

I'm still encountering this problem and I did what people suggest here but the problem is still at it's place

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants