Hello, I would like to use a raspberry pi for offline voice recognition. I am still quite new to this topic. I tried to follow the guide in the docs , but I get this error:
ERROR: Could not find a version that satisfies the requirement ds_ctcdecoder==0.9.3 (from deepspeech-training)
ERROR: No matching distribution found for ds_ctcdecoder==0.9.3
Then I tried to follow the tutorial on github for the raspberry pi. This works well, but when I install DeepSpeech via pip, I cannot call bin/import_cv.py for the import process (because the file is not found). Any idea how I could train deepspeech with the german de.tar common voice file?