couldbejake / spotify2mp3

Simple free and unlimited Spotify playlist downloads. Spotify2mp3 - Spotify Downloader
MIT License
270 stars 42 forks source link

no idea what to do. on a Mac #14

Closed ElijahProvis closed 2 years ago

ElijahProvis commented 2 years ago

here is the fail log

Good Good Things Descendents [Errno 2] No such file or directory: '/usr/bin/ffmpeg' Traceback (most recent call last): File "/Users/elijahprovis/Documents/spotify2mp3-main/run.py", line 198, in download_playlist clip = AudioFileClip(yt_tmp_out) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/moviepy/audio/io/AudioFileClip.py", line 70, in init self.reader = FFMPEG_AudioReader(filename, fps=fps, nbytes=nbytes, File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/moviepy/audio/io/readers.py", line 51, in init infos = ffmpeg_parse_infos(filename) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/moviepy/video/io/ffmpeg_reader.py", line 257, in ffmpeg_parse_infos proc = sp.Popen(cmd, **popen_params) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 951, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 1821, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/ffmpeg'

couldbejake commented 2 years ago

Does running the command;

pip3 install --user ffmpeg-python

Fix the issue?

couldbejake commented 2 years ago

I need a little more information to help you, if you still need help!