OSError: Unable to download ffmpeg-osx-v3.2.4
See original GitHub issueDonate? Why?
OSError: Unable to download ‘ffmpeg-osx-v3.2.4’. Perhaps there is a no internet connection? If there is, please report this problem.
So!!! When will by SMD working correctly then I will send donate! I am pleased to do so! But not for a broken application.
iMac:smd Ducho$ ./main.py -sa "https://open.spotify.com/album/2xbzJIow0xg4zryI2hWgnX"
Traceback (most recent call last):
File "./main.py", line 3, in <module>
from youtube import Youtube
File "/Users/Ducho/Downloads/smd/youtube.py", line 16, in <module>
from moviepy.editor import *
File "/usr/local/lib/python3.7/site-packages/moviepy/editor.py", line 26, in <module>
imageio.plugins.ffmpeg.download()
File "/usr/local/lib/python3.7/site-packages/imageio/plugins/ffmpeg.py", line 73, in download
force_download=force_download)
File "/usr/local/lib/python3.7/site-packages/imageio/core/fetching.py", line 127, in get_remote_file
_fetch_file(url, filename)
File "/usr/local/lib/python3.7/site-packages/imageio/core/fetching.py", line 183, in _fetch_file
os.path.basename(file_name))
OSError: Unable to download 'ffmpeg-osx-v3.2.4'. Perhaps there is a no internet connection? If there is, please report this problem.
and after
>>> import imageio
>>> imageio.plugins.ffmpeg.download()
Imageio: 'ffmpeg-osx-v3.2.4' was not found on your computer; downloading it now.
Try 1. Download from https://github.com/imageio/imageio-binaries/raw/master/ffmpeg/ffmpeg-osx-v3.2.4 (33.8 MB)
Downloading: 35458856/35458856 bytes (100.0%)
Done
File saved as /Users/Ducho/Library/Application Support/imageio/ffmpeg/ffmpeg-osx-v3.2.4.
>>>
result:
iMac:smd Ducho$ ./main.py -sa "https://open.spotify.com/album/2xbzJIow0xg4zryI2hWgnX"
Traceback (most recent call last):
File "./main.py", line 10, in <module>
import notify2
File "/usr/local/lib/python3.7/site-packages/notify2.py", line 39, in <module>
import dbus
ModuleNotFoundError: No module named 'dbus'
Issue Analytics
- State:
- Created 4 years ago
- Comments:6
Top Results From Across the Web
ffmpeg installation on macOS for MoviePy fails with SSL error
I used imageio.plugins.ffmpeg.download() on IDLE. I read something about using PyCharm to run the MoviePy code, but I get the same initial error....
Read more >Error downloading ffmpeg-osx-v3.2.4 - Google Groups
I downloaded moviepy and imageio on Mac OS X El Capitan 10.11. After importing imageio in python3 and python2, I use the following...
Read more >Unable to download 'ffmpeg.osx' - Forum
Hello everyone, I just started using OS and basically I just want to run a finished experiment on my Mac.
Read more >Unable to download 'ffmpeg.win32.exe'. Perhaps there is a no ...
OSError: Unable to download 'ffmpeg.win32.exe'. Perhaps there is a no internet connection? If there is, please report this problem.解决办法.
Read more >Moviepy python question : r/learnprogramming - Reddit
from moviepy.editor import * Imageio: 'ffmpeg-osx-v3.2.4' was not found on your ... OSError: Unable to download 'ffmpeg-osx-v3.2.4'.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I got the same error for windows. then I used
pip3 install dbus-python
but then this error msg received(not a valid win 32 application). my os is 32bit.same problem