Replies: 5 comments 3 replies
-
re-check with |
Beta Was this translation helpful? Give feedback.
-
Greetings, thank you for answer. Weird, i tried I get If i try
It says i have ffmpeg only if check with pip, checking by itself does not work. |
Beta Was this translation helpful? Give feedback.
-
whisper needs the former not the latter |
Beta Was this translation helpful? Give feedback.
-
I see. Excuse me for the noob question, but how do i install Repositories like whisper and other utilities can not use it for this reason, i guess. |
Beta Was this translation helpful? Give feedback.
-
I solved it you need to use anaconda conda install -c conda-forge ffmpeg |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings.
I have an issue.
I installed whisper, however, when i try to use with via command line with an audio file, it says it cannot find said file (even if it's there).
Installed it as the main page says:
pip install git+https://github.com/openai/whisper.git
.Attached image is the errors that pop up when run
whisper audiofilename.wav
.What could the issue be?
OS: Windows 10.
Python ver: 3.10.
I have read this could happen if python is not installed but i already checked pip, it says
ffmpeg-python version 0.2.0
so that could not be the problem unless thisffmpeg
is not recognized by whisper.Beta Was this translation helpful? Give feedback.
All reactions