AWS sagemaker notebook doesn't allow sudo insall and other insall for ffmpeg CLI < FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg' > #579
Unanswered
halzihaozhou
asked this question in
Q&A
Replies: 1 comment
-
try this; (in terminal)pip install ffmpeg additional steps for python >= 3.9wget http://ciscobinary.openh264.org/libopenh264-2.1.1-linux64.6.so.bz2 bunzip2 libopenh264-2.1.1-linux64.6.so.bz2 cp libopenh264-2.1.1-linux64.6.so ~/anaconda3/envs/pytorch_p39/lib/libopenh264.so.5 verify the installation by running (in notebook)! ffmpeg |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm working sagemaker notebook and switch between sagemaker notebook and cloud9, unlike google colab, they don't have ffmpeg CLI preinstalled,they don't recognize the sudo syntax both in cell and terminal, is there any way to resolve this issue ?
Beta Was this translation helpful? Give feedback.
All reactions