Hi All
Hope you are well
I am currently trying to build ibspeech.so and generate_trie but i receive the following error:
(deepspeech-venv) Chabanis-MacBook-Pro:tensorflow chabani$ bazel build --workspace_status_command=“bash native_client/bazel_workspace_status_cmd.sh” --config=monolithic -c opt --copt=-O3 --copt="-D_GLIBCXX_USE_CXX11_ABI=0" --copt=-fvisibility=hidden //native_client:libdeepspeech.so //native_client:generate_trie
Starting local Bazel server and connecting to it…
ERROR: Skipping ‘//native_client:libdeepspeech.so’: no such package ‘native_client’: BUILD file not found on package path
ERROR: no such package ‘native_client’: BUILD file not found on package path
INFO: Elapsed time: 6.511s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
This is after I had run Bazel clean and reconfigured the bazel set up, this was done successfully with no issues.
Please note that i cant seem to run the pre-installed binaries as per the readme doc that is why I decided to build from source. Here is the error message:
(deepspeech-venv) Chabanis-MacBook-Pro:tensorflow chabani$ python3 util/taskcluster.py --arch osx --target
python3: can’t open file ‘util/taskcluster.py’: [Errno 2] No such file or directory.
Thanks for you assistance