Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wo198777 opened this issue Jan 19, 2025 · 2 comments

Comments

@wo198777
Copy link

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

@KoljaB
Copy link
Owner

KoljaB commented Jan 19, 2025

Please try:

pip install "ctranslate2<4.5.0"

@wo198777
Copy link
Author

nice! thx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants