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

Problem installing sonnet on a GPU machine #34

Closed
parunach opened this issue May 23, 2017 · 2 comments
Closed

Problem installing sonnet on a GPU machine #34

parunach opened this issue May 23, 2017 · 2 comments

Comments

@parunach
Copy link

I have a CUDA supported CentOS 7 GPU machine with TF version 1.1.0 and tried to install sonnet

When I run

./configure

I get

ERROR: /home/xbbl35h/code/sonnet/tensorflow/WORKSPACE:3:1: //external:io_bazel_rules_closure: no such attribute 'urls' in 'http_archive' rule. ERROR: /home/xbbl35h/code/sonnet/tensorflow/WORKSPACE:3:1: //external:io_bazel_rules_closure: missing value for mandatory attribute 'url' in 'http_archive' rule. ERROR: com.google.devtools.build.lib.packages.BuildFileContainsErrorsException: error loading package '': Encountered error while reading extension file 'closure/defs.bzl': no such package '@io_bazel_rules_closure//closure': error loading package 'external': Could not load //external package.

I saw that someone had posted a change and I have the WORKSPACE file changed to

http_file(
  name = "weblas_weblas_js",
  url = "file:///local_path/weblas.js",
)

I suspect it is something simple

@diegolascasas
Copy link
Contributor

Hi there.
What version of bazel do you have?
bazel version will tell you that.

@parunach
Copy link
Author

It looks like the latest version fixed this. Closing.

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