AI_Reader icon indicating copy to clipboard operation
AI_Reader copied to clipboard

Bazel run test error

Open quintendewilde opened this issue 8 years ago • 0 comments

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.

quintendewilde avatar May 17 '17 05:05 quintendewilde