I am trying to build deepspeechv0.7.1 from source. I followed instructions here (https://github.com/mozilla/DeepSpeech/blob/v0.7.1/native_client/README.rst#building-deepspeech-binaries).
And I am getting error like the following.
ERROR: Skipping '//native_client:libdeepspeech.so': error loading package 'native_client': Unable to find package for @com_github_nelhage_rules_boost//:boost/boost.bzl: The repository '@com_github_nelhage_rules_boost' could not be resolved.
WARNING: Target pattern parsing failed.
ERROR: error loading package 'native_client': Unable to find package for @com_github_nelhage_rules_boost//:boost/boost.bzl: The repository '@com_github_nelhage_rules_boost' could not be resolved.
INFO: Elapsed time: 2.733s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
My CUDA version is 10.2, and GPU is k80, compute capability is 3.7.
I am using mozila fork of tensorflow r1.15, bazel version 0.26.1. Configure succeeded. But compile libdeepspeech.so
fails.
Thanks in advance for help.