@lissyx I am using
Ubuntu 18.04
gcc --version 7.4.0
I have made it working, I have edited util/taskcluster.py
Line No: 19, 20 : removed %(branch_name)s and given version manually for both tensorflow and deepspeech
DEFAULT_SCHEMES = {
'deepspeech': 'https://index.taskcluster.net/v1/task/project.deepspeech.deepspeech.native_client.v0.5.1.%(arch_string)s/artifacts/public/%(artifact_name)s',
'tensorflow': 'https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.v1.13.1.%(arch_string)s/artifacts/public/%(artifact_name)s'
}