Problem with transcribe, ffpmeg has no attribute "input" #899
bashDiaz
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
This is likely an installation issue with |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
C:\Users\sebas\anaconda3\envs\Signals\lib\site-packages\whisper\transcribe.py:79: UserWarning: FP16 is not supported on CPU; using FP32 instead
warnings.warn("FP16 is not supported on CPU; using FP32 instead")
Traceback (most recent call last):
File "C:\Users\sebas\anaconda3\envs\Signals\lib\site-packages\whisper\audio.py", line 42, in load_audio
ffmpeg.input(file, threads=0)
AttributeError: module 'ffmpeg' has no attribute 'input'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\Users\sebas\Desktop\Python_laptop\pruebas\wis.py", line 11, in
auidio = modelo.transcribe("eso.wav")
File "C:\Users\sebas\anaconda3\envs\Signals\lib\site-packages\whisper\transcribe.py", line 85, in transcribe
mel = log_mel_spectrogram(audio)
File "C:\Users\sebas\anaconda3\envs\Signals\lib\site-packages\whisper\audio.py", line 111, in log_mel_spectrogram
audio = load_audio(audio)
File "C:\Users\sebas\anaconda3\envs\Signals\lib\site-packages\whisper\audio.py", line 46, in load_audio
except ffmpeg.Error as e:
AttributeError: module 'ffmpeg' has no attribute 'Error'
Beta Was this translation helpful? Give feedback.
All reactions