RE: ModuleNotFoundError: No module named ‘onnxruntime’
File "/home/user/twitch/mp3_to_text.py", line 11, in <module>
result = whisper.transcribe(model, audio, vad=True, language="de", beam_size=5, best_of=5, temperature=(0.0, 0.2, 0.4, 0.6, 0.8, 1.0))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/miniconda3/lib/python3.11/site-packages/whisper_timestamped/transcribe.py", line 255, in transcribe_timestamped
audio, convert_timestamps = remove_non_speech(audio, plot=plot_word_alignment)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/miniconda3/lib/python3.11/site-packages/whisper_timestamped/transcribe.py", line 1790, in remove_non_speech
segments = get_vad_segments(
^^^^^^^^^^^^^^^^^
File "/home/user/miniconda3/lib/python3.11/site-packages/whisper_timestamped/transcribe.py", line 1733, in get_vad_segments
import onnxruntime
ModuleNotFoundError: No module named 'onnxruntime'