yt-whisper icon indicating copy to clipboard operation
yt-whisper copied to clipboard

I keep getting this error.

Open swankwc opened this issue 1 year ago • 5 comments

line 8, in sys.exit(main()) File "/Users/wesley/miniconda3/lib/python3.9/site-packages/yt_whisper/cli.py", line 49, in main result = model.transcribe(audio_path, **args) File "/Users/wesley/miniconda3/lib/python3.9/site-packages/whisper/transcribe.py", line 84, in transcribe mel = log_mel_spectrogram(audio) File "/Users/wesley/miniconda3/lib/python3.9/site-packages/whisper/audio.py", line 111, in log_mel_spectrogram audio = load_audio(audio) File "/Users/wesley/miniconda3/lib/python3.9/site-packages/whisper/audio.py", line 46, in load_audio except ffmpeg.Error as e: AttributeError: module 'ffmpeg' has no attribute 'Error'

swankwc avatar Oct 22 '22 02:10 swankwc