cancel
Showing results for 
Search instead for 
Did you mean: 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results for 
Search instead for 
Did you mean: 

FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg'

Mal
New Contributor

import whisper
import ffmpeg

model = whisper.load_model("base")
transcription = model.transcribe("dbfs:/FileStore/Call_Center_Conversation__03.mp3")

print(transcription["text"])

FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg'

I have imported the necessary packages but also the issue is persisting, I have also tired installing the ffmpeg package then also the issue hasn't been resolved

%pip install ffmpeg-python
Please do guide to resolve the issue

 

 

0 REPLIES 0

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now