ERROR: Could not find a version that satisfies the requirement ds_ctcdecoder==training/deepspeech_training/VERSION

after i follow

pip3 install --upgrade --force-reinstall -e .

I get

ERROR: Could not find a version that satisfies the requirement ds_ctcdecoder==training/deepspeech_training/VERSION (from deepspeech-training) (from versions: 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, 0.9.0a12, 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.10.0a3)
ERROR: No matching distribution found for ds_ctcdecoder==training/deepspeech_training/VERSION

Any help will be appreciated! Thanks!

Git clone, it’s likely you downloaded a zip.

i have done git clone and followed deepspeech documentation, but i problem when run

pip3 install --upgrade -e .

Whatever infra you did that on does not respect symlinks.