I am facing an error for the following command, which was working fine until yesterday.
!pip install $(python deepspeech/util/taskcluster.py --decoder)
The error is
Collecting ds-ctcdecoder==0.6.1
ERROR: HTTP error 404 while getting https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.deepspeech.native_client.v0.6.1.cpu-ctc/artifacts/public/ds_ctcdecoder-0.6.1-cp36-cp36m-manylinux1_x86_64.whl
ERROR: Could not install requirement ds-ctcdecoder==0.6.1 from https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.deepspeech.native_client.v0.6.1.cpu-ctc/artifacts/public/ds_ctcdecoder-0.6.1-cp36-cp36m-manylinux1_x86_64.whl because of error 404 Client Error: Not Found for url: https://community-tc.services.mozilla.com/api/queue/v1/task/LjifLjGcSgew9NuoTIvmfg/artifacts/public%2Fds_ctcdecoder-0.6.1-cp36-cp36m-manylinux1_x86_64.whl
ERROR: Could not install requirement ds-ctcdecoder==0.6.1 from https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.deepspeech.native_client.v0.6.1.cpu-ctc/artifacts/public/ds_ctcdecoder-0.6.1-cp36-cp36m-manylinux1_x86_64.whl because of HTTP error 404 Client Error: Not Found for url: https://community-tc.services.mozilla.com/api/queue/v1/task/LjifLjGcSgew9NuoTIvmfg/artifacts/public%2Fds_ctcdecoder-0.6.1-cp36-cp36m-manylinux1_x86_64.whl for URL https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.deepspeech.native_client.v0.6.1.cpu-ctc/artifacts/public/ds_ctcdecoder-0.6.1-cp36-cp36m-manylinux1_x86_64.whl
Similar issue was raised in different threads for different versions, and the solution was to wait, as build or task was ongoing,
Is it the same issue or kindly let me know how to resolve it?