Could not install requirement ds-ctcdecoder==0.5.0a0

Hi Everyone

I have run this command on Google Cloud : pip3 install $(python3 util/taskcluster.py --decoder)

but I got this:

HTTP error 404 while getting https://index.taskcluster.net/v1/task/project.deepspeech.deepspeech.native_cli
ent.v0.5.0-alpha.0.cpu-ctc/artifacts/public/ds_ctcdecoder-0.5.0a0-cp35-cp35m-manylinux1_x86_64.whl
Could not install requirement ds-ctcdecoder==0.5.0a0 from https://index.taskcluster.net/v1/task/project.dee
pspeech.deepspeech.native_client.v0.5.0-alpha.0.cpu-ctc/artifacts/public/ds_ctcdecoder-0.5.0a0-cp35-cp35m-man
ylinux1_x86_64.whl because of error 404 Client Error: Not Found for url: https://index.taskcluster.net/v1/tas
k/project.deepspeech.deepspeech.native_client.v0.5.0-alpha.0.cpu-ctc/artifacts/public/ds_ctcdecoder-0.5.0a0-c
p35-cp35m-manylinux1_x86_64.whl

How I can resolve this problem, any advice ?

@lissyx probably you can help

Best

That’s because I have not yet sent the tag to do the build / publish

It should be okay once https://tools.taskcluster.net/groups/B1IZzwKjR8uL7cS40wYg8A finishes

@shaikh.zhas in the meantime, you can force --branch v0.4.1 it should be okay

What do you mean by this . --branch v0.4.1 ?

I tried this but have same result:
pip3 install $(python3 util/taskcluster.py --decoder --branch v0.4.1)

@lissyx

Best

python3 util/taskcluster.py --decoder --branch v0.4.1 on current master does produce proper URL for me …

@shaikh.zhas Anyway, task is just finished, so default command line should work: https://tools.taskcluster.net/index/project.deepspeech.deepspeech.native_client.v0.5.0-alpha.0/cpu-ctc

Thanks @lissyx