ERROR: No matching distribution found for ds_ctcdecoder==training/deepspeech_training/VERSION

Hi, I am trying to fine-tune DeepSpeech model in Google Colab. Here are the installation steps I am following-

!git clone https://github.com/mozilla/DeepSpeech
os.chdir('DeepSpeech')
!pip3 install --upgrade pip==20.0.2 wheel==0.34.2 setuptools==46.1.3
!pip3 install --upgrade --force-reinstall -e .

But, I receive this error upon trying to run it -

ERROR: Could not find a version that satisfies the requirement ds_ctcdecoder==training/deepspeech_training/VERSION (from deepspeech-training===training-deepspeech-training-VERSION) (from versions: 0.6.1, 0.7.0, 0.7.1, 0.7.3, 0.7.4, 0.8.0a3, 0.8.0a4, 0.8.0a5, 0.8.0a6, 0.8.0a7, 0.8.0a8, 0.8.0, 0.8.1, 0.8.2, 0.9.0a0, 0.9.0a1, 0.9.0a2, 0.9.0a3, 0.9.0a4, 0.9.0a5, 0.9.0a8, 0.9.0a9, 0.9.0a10, 0.9.0a11)
ERROR: No matching distribution found for ds_ctcdecoder==training/deepspeech_training/VERSION (from deepspeech-training===training-deepspeech-training-VERSION)

Any help will be appreciated! Thanks!

Your setup is wrong, VERSION is a symlink, it looks like it is not being resolved properly. This is a Collab issue.