Could not install requirement ds-ctcdecoder==0.4.1

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

This artifact expired, you should rebuild it.

I suspected that. Anyways, Thanks for the prompt reply.
You guys are doing great work.

Cheers.

@saksham.vikram12 Did you manage to resolve this error? I’m facing the same error for the same version of deepspeech and can’t find how to rebuild it.

Would you be able to assist? @lissyx

make -C native_client/ctcdecode. You may have to install some dependencies.

After making the decoder again then how to we install it? Or do we need to point at the artifact within the code?

As usual, you will get a wheel, just pip install it…