URGENT ISSUE:- RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)
AInisha opened this issue · 1 comments
AInisha commented
please resolve this asap, my project is daily running manually due to this has this issue in databricks
using below for the installation
/databricks/python/bin/pip install pydub
/databricks/python/bin/pip install ffmpeg-python
%sh
apt-get update
apt-get install -y ffmpeg
it worked fine in the notebook yesterday but when i schedule a job it end up with the above error, job error happened twice thursday and friday after fixing
AInisha commented
can anyone reply on this