Hi, I wanted to try training on the Deepspeech version 0.4.1
But when I run this command
pip3 install $(python3 util/taskcluster.py --decoder)
or
pip3 install $(python3 util/taskcluster.py --decoder --branch “v0.4.1”)
It throws this error.
HTTP error 404 while getting https://index.taskcluster.net/v1/task/project.deepspeech.deepspeech.native_client.v0.4.1.cpu-ctc/artifacts/public/ds_ctcdecoder-0.4.1-cp35-cp35m-manylinux1_x86_64.whl
Could not install requirement ds-ctcdecoder==0.4.1 from https://index.taskcluster.net/v1/task/project.deepspeech.deepspeech.native_client.v0.4.1.cpu-ctc/artifacts/public/ds_ctcdecoder-0.4.1-cp35-cp35m-manylinux1_x86_64.whl because of error 404 Client Error: Not Found for url: https://index.taskcluster.net/v1/task/project.deepspeech.deepspeech.native_client.v0.4.1.cpu-ctc/artifacts/public/ds_ctcdecoder-0.4.1-cp35-cp35m-manylinux1_x86_64.whl
Could not install requirement ds-ctcdecoder==0.4.1 from https://index.taskcluster.net/v1/task/project.deepspeech.deepspeech.native_client.v0.4.1.cpu-ctc/artifacts/public/ds_ctcdecoder-0.4.1-cp35-cp35m-manylinux1_x86_64.whl because of HTTP error 404 Client Error: Not Found for url: https://index.taskcluster.net/v1/task/project.deepspeech.deepspeech.native_client.v0.4.1.cpu-ctc/artifacts/public/ds_ctcdecoder-0.4.1-cp35-cp35m-manylinux1_x86_64.whl for URL https://index.taskcluster.net/v1/task/project.deepspeech.deepspeech.native_client.v0.4.1.cpu-ctc/artifacts/public/ds_ctcdecoder-0.4.1-cp35-cp35m-manylinux1_x86_64.whl
I ensured tensorflow version is 1.12.0
Perhaps @lissyx you can help