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?
I installed RealtimeSTT via
pip
(in a new and otherwise empty virtual environment) and tried to run a simple test script withfrom RealtimeSTT import AudioToTextRecorder
as the only import. I then got a module missing error forscipy
. I installed it viapip
and then everyting worked fine (via CPU, as noted in the readme).Does
scipy
need adding to the requirements.txt files?