RealtimeSTT icon indicating copy to clipboard operation
RealtimeSTT copied to clipboard

Could not locate cudnn_ops64_9.dll. Please make sure it is in your library path!

Open wo198777 opened this issue 9 months ago • 3 comments

Wait until it says 'speak now' Could not locate cudnn_ops64_9.dll. Please make sure it is in your library path! Invalid handle. Cannot load symbol cudnnCreateTensorDescriptor RealTimeSTT: root - ERROR - Error during transcription: Traceback (most recent call last): File "C:\Users\kilop\anaconda3\Lib\multiprocessing\connection.py", line 328, in _recv_bytes nread, err = ov.GetOverlappedResult(True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BrokenPipeError: [WinError 109] 管道已结束。

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "c:\Users\kilop\Desktop\import torch.py", line 12, in recorder.text(process_text) File "C:\Users\kilop\anaconda3\Lib\site-packages\RealtimeSTT\audio_recorder.py", line 1474, in text args=(self.transcribe(),)).start() ^^^^^^^^^^^^^^^^^ File "C:\Users\kilop\anaconda3\Lib\site-packages\RealtimeSTT\audio_recorder.py", line 1392, in transcribe raise e File "C:\Users\kilop\anaconda3\Lib\site-packages\RealtimeSTT\audio_recorder.py", line 1366, in transcribe status, result = self.parent_transcription_pipe.recv() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\kilop\anaconda3\Lib\multiprocessing\connection.py", line 250, in recv buf = self._recv_bytes() ^^^^^^^^^^^^^^^^^^ File "C:\Users\kilop\anaconda3\Lib\multiprocessing\connection.py", line 337, in _recv_bytes raise EOFError EOFError

wo198777 avatar Jan 19 '25 03:01 wo198777