You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have followed instructions and trying to install WSL2 windows
getting below error.
from RealtimeSTT import AudioToTextRecorder
Traceback (most recent call last):
File "", line 1, in
File "/home/xxxxxxx/realtimetts/RealtimeSTT/RealtimeSTT/init.py", line 1, in
from .audio_recorder import AudioToTextRecorder
File "/home/karayakar/realtimetts/RealtimeSTT/RealtimeSTT/audio_recorder.py", line 37, in
from faster_whisper import WhisperModel, BatchedInferencePipeline
ImportError: cannot import name 'BatchedInferencePipeline' from 'faster_whisper' (/home/xxxxx/realtimetts/RealtimeSTT/venv/lib/python3.10/site-packages/faster_whisper/init.py)
any help greatly appreciated.
The text was updated successfully, but these errors were encountered:
I have followed instructions and trying to install WSL2 windows
getting below error.
from RealtimeSTT import AudioToTextRecorder
Traceback (most recent call last):
File "", line 1, in
File "/home/xxxxxxx/realtimetts/RealtimeSTT/RealtimeSTT/init.py", line 1, in
from .audio_recorder import AudioToTextRecorder
File "/home/karayakar/realtimetts/RealtimeSTT/RealtimeSTT/audio_recorder.py", line 37, in
from faster_whisper import WhisperModel, BatchedInferencePipeline
ImportError: cannot import name 'BatchedInferencePipeline' from 'faster_whisper' (/home/xxxxx/realtimetts/RealtimeSTT/venv/lib/python3.10/site-packages/faster_whisper/init.py)
any help greatly appreciated.
The text was updated successfully, but these errors were encountered: