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

See original GitHub issue

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.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

18reactions
noraiskcommented, 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

5reactions
arian81commented, 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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Developers - OSError: unable to install ffmpeg-linux64-v3.3.1 -
OSError : unable to install ffmpeg-linux64-v3.3.1. smd. 24 March 2019 Posted by kaletaa. Hello, I've solved the imageio issue, but I'm facing another...
Read more >
ffmpeg installation on macOS for MoviePy fails with SSL error
I was able to find a workaround for macOS by debugging the fetching script: manually download the built (this is where the SSL...
Read more >
Imageio: 'ffmpeg-linux64-v3.3.1' was not found on your computer
Imageio: 'ffmpeg-linux64-v3.3.1' was not found on your computer; downloading it now. Error while fetching file: <urlopen error [SSL: ...
Read more >
Bug listing with status RESOLVED with resolution OBSOLETE ...
... ebuild: wxifm-1.0.3" status:RESOLVED resolution:OBSOLETE severity:enhancement ... Bug:329617 - "cannot install dev-java/hibernate-annotations-3.1_beta8" ...
Read more >
CHANGELOG.md · Gitee 极速下载/moviepy - Gitee.com
... OSError: MoviePy error: failed to read the first frame of video file... ... 'ffmpeg-linux64-v3.3.1' was not found on your computer; downloading it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found