Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bazel error #3

Open
blacksector opened this issue Nov 22, 2016 · 3 comments
Open

Bazel error #3

blacksector opened this issue Nov 22, 2016 · 3 comments

Comments

@blacksector
Copy link

Hey man, first of all to start, LOVE the videos!

I have found a problem with utils/utf8/... when I run the bazel command I am thrown with this:

ERROR: no targets found beneath 'utils/utf8'.
INFO: Elapsed time: 0.102s
ERROR: Couldn't start the build. Unable to run tests.

could this be an issue as to why I cannot run the python script test.p? To point out my error looks like the following:

syntaxnet/demo.sh: line 31: bazel-bin/syntaxnet/parser_eval: No such file or directory
syntaxnet/demo.sh: line 43: bazel-bin/syntaxnet/parser_eval: No such file or directory
syntaxnet/demo.sh: line 55: bazel-bin/syntaxnet/conll2tree: No such file or directory
Traceback (most recent call last):
  File "test.py", line 10, in <module>
    root = demo_lib.get_root_word(dep_tree)
  File "/root/Desktop/AI_Reader-master/syntaxnet/demo_lib.py", line 21, in get_root_word
    root = dependency_tree[2].split()[0]
IndexError: list index out of range

Thanks in advance!

@blacksector
Copy link
Author

Update on the issue. I just realized it is util/utf8 by accident I added a s but now I have another issue:

ERROR: com.google.devtools.build.lib.packages.BuildFileContainsErrorsException: error loading package '': Extension file not found. Unable to load package for '//third_party/gpus:cuda_configure.bzl': BUILD file not found on package path.

Problem is I do not have a graphics card like nVidia on my laptop and while building Tensorflow I did not add Cuda support, what should I do? Would I need to use something like AWS to compile this or can the code be modified to work without GPU?

@baditaflorin
Copy link

I have the same prolem, what could i do ?

I`m using a virtual machine

@blacksector
Copy link
Author

@baditaflorin Unfortunately have not found a solution yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants