Attempting to run deepspeech.py from powershell
PS C:\users\Hank\DeepSpeech> Python DeepSpeech.py --model deepspeech-0.7.1-models.tflite --scorer deepspeech-0.7.1-models.scorer --audio testlastb.wav
Get this Error
Training package is not installed. See training documentation.
No module named ‘deepspeech_training’
Researching Discourse found the need to run
PS C:\users\Hank\DeepSpeech> pip3 install --upgrade --force-reinstall -e .
Which produced
ERROR: No matching distribution found for tensorflow==1.15.2 (from deepspeech-training==0.7.1)
Don’t know how to proceed from here.
As an aside this works fine on Raspberry Pi 4
./deepspeech --model deepspeech-0.7.1-models.tflite --scorer deepspeech-0.7.1-models.scorer --audio testlastb.wav