You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
After trying ./configure and bazel build -c opt //tensorflow_networking/mpi:all I get the error
ERROR: Skipping '//tensorflow_networking/mpi:all': while parsing '//tensorflow_networking/mpi:all': error loading package 'tensorflow_networking/mpi': Unable to find package for @org_tensorflow//tensorflow/core:platform/default/build_config.bzl: The repository '@org_tensorflow' could not be resolved.
WARNING: Target pattern parsing failed.
ERROR: while parsing '//tensorflow_networking/mpi:all': error loading package 'tensorflow_networking/mpi': Unable to find package for @org_tensorflow//tensorflow/core:platform/default/build_config.bzl: The repository '@org_tensorflow' could not be resolved.
INFO: Elapsed time: 9.969s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (1 packages loaded)
Bazel is completely obscure to me so no idea what this is meant to say.
I built TF 2.1 using Bazel right before this. Do I need to place this repo files inside the TF tree? Do I need to tell it about TF?
After trying ./configure and
bazel build -c opt //tensorflow_networking/mpi:allI get the errorBazel is completely obscure to me so no idea what this is meant to say.
I built TF 2.1 using Bazel right before this. Do I need to place this repo files inside the TF tree? Do I need to tell it about TF?