I want to install DeepSpeech 0.1.1, but unfortunately, it is not available anymore using command pip3 install DeepSpeech==0.1.1. How should I install it?
The v0.1.1 package should still be available: https://pypi.org/project/deepspeech/0.1.1/#files
Did you perhaps upgrade to Python 3.7? We only had builds for 3.6 back then.
Thank you so much! I switched to 3.7 and everything works well!