AI_Reader
AI_Reader copied to clipboard
bazel test error
Hi @llSourcell, do you have any idea what might cause this? Mac OSX 10.11.16
Googled but can't find anything, other than someone from the Bazel team saying to file an issue in a fork of this project.
$ bazel test --linkopt=-headerpad_max_install_names syntaxnet/... util/utf8/...
........
ERROR: Failed to load Skylark extension '//tensorflow/tensorflow:workspace.bzl'.
It usually happens when the repository is not defined prior to being used.
Maybe repository '' was defined later in your WORKSPACE file?
ERROR: cycles detected during target parsing.
INFO: Elapsed time: 0.386s
ERROR: Couldn't start the build. Unable to run tests.
Great videos by the way, very clear and engaging!
I had same error because I tried to compile tensorflow with bazel 0.44, you should compile with 0.43
How do you install bazel 0.43?
@llSourcell and @Yingmin-Li : would you please share detail how you able to install blqaze 0.43. I also facing the same issue in Ubuntu 16.04 and bazel version 0.5.1.