KoljaB / RealtimeSTT

A robust, efficient, low-latency speech-to-text library with advanced voice activity detection, wake word activation and instant transcription.
MIT License
2.09k stars 190 forks source link

Scipy missing from requirements.txt? #39

Closed DanMakingWithAI closed 7 months ago

DanMakingWithAI commented 7 months ago

I installed RealtimeSTT via pip (in a new and otherwise empty virtual environment) and tried to run a simple test script with from RealtimeSTT import AudioToTextRecorder as the only import. I then got a module missing error for scipy. I installed it via pip and then everyting worked fine (via CPU, as noted in the readme).

Does scipy need adding to the requirements.txt files?

KoljaB commented 7 months ago

Yep, was missing. Added it, thank you.