RealtimeSTT icon indicating copy to clipboard operation
RealtimeSTT copied to clipboard

ModuleNotFoundError: No module named 'RealtimeSTT'

Open TheMancha opened this issue 8 months ago • 4 comments

Hi! After having issues installing RealTimeSTT (I had errors with a "wheel" (I'm not a programmer)), I was able to run the RealtimeSTT installer without error messages.

But when I try to run realtimestt_test.py, I get this error:

System initializing, please wait Traceback (most recent call last): File "C:\Users\rober\Documents\MyLinguistica\RealTimeTTS\RealtimeSTT-master\RealtimeSTT-master\tests\realtimestt_test.py", line 49, in from RealtimeSTT import AudioToTextRecorder ModuleNotFoundError: No module named 'RealtimeSTT'

Any idea why?

Thanks!

TheMancha avatar Feb 10 '25 02:02 TheMancha