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

ffmpeg missing in SageMaker notebook [SOLVED] #1

Open
4Z4T4R opened this issue Feb 15, 2019 · 3 comments
Open

ffmpeg missing in SageMaker notebook [SOLVED] #1

4Z4T4R opened this issue Feb 15, 2019 · 3 comments

Comments

@4Z4T4R
Copy link

4Z4T4R commented Feb 15, 2019

Hi Kris,

When I ran the SageMaker notebook for Stochastic Gradient Descent, I came across a stacktrace for the ani output on the last line. The notebook didn't have ffmpeg installed, so I had to go back to the terminal and install ffmpeg using conda install -c conda-forge ffmpeg.

It took a moment to install, but it fixed the problem. Thanks for the AWS Course on ML. Very informative.

@mmendelson222
Copy link

Interesting - I applied the same fix but it didn't work (even after a moment)! Perhaps some difference in the AMI... I too am enjoying the course, thanks.

@RahulJana
Copy link

facing similar type of error:
FileNotFoundError: [Errno 2] No such file or directory: 'ffprobe'

@ewwink
Copy link

ewwink commented Mar 10, 2024

open terminal and verify ffmpeg location using which ffmpeg and I got studiolab/bin

 /home/studio-lab-user/.conda/envs/studiolab/bin/ffmpeg 

while pip in default/bin

/home/studio-lab-user/.conda/envs/default/bin/pip

let create ffmpeg shortcut in default/bin

ln -s /home/studio-lab-user/.conda/envs/studiolab/bin/ffmpeg /home/studio-lab-user/.conda/envs/default/bin/ffmpeg

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

4 participants