AI_Reader
AI_Reader copied to clipboard
Bazel run test error
I've installed all dependencies in the readme and following what I did is.
# On Mac, run the following:
bazel test --linkopt=-headerpad_max_install_names \
syntaxnet/... util/utf8/...
With following error message:
bazel test --linkopt=-headerpad_max_install_names \
> syntaxnet/... util/utf8/...
...........
ERROR: no targets found beneath 'syntaxnet'.
INFO: Elapsed time: 0.492s
ERROR: Couldn't start the build. Unable to run tests.