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 has been archived by the owner on May 28, 2024. It is now read-only.
I execute ``./configure.shwith "Y, Y, n" and then fail to runbazel build build_pip_pkg` after ` using the image `tensorflow/tensorflow:custom-op-ubuntu16`.
ERROR: /temp/custom-op/tensorflow_zero_out/BUILD:10:1: //tensorflow_zero_out:python/ops/_zero_out_ops.so depends on @local_config_tf//:libtensorflow_framework in repository @local_config_tf which failed to fetch. no such package '@local_config_tf//': Traceback (most recent call last):
File "/temp/custom-op/tf/tf_configure.bzl", line 181
_symlink_genrule_for_dir(<5 more arguments>)
File "/temp/custom-op/tf/tf_configure.bzl", line 148, in _symlink_genrule_for_dir
_norm_path(src_dir)
File "/temp/custom-op/tf/tf_configure.bzl", line 110, in _norm_path
path[-(1)]
index out of range (index is -1, but sequence has 0 elements)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I execute ``./configure.sh
with "Y, Y, n" and then fail to run
bazel build build_pip_pkg` after ` using the image `tensorflow/tensorflow:custom-op-ubuntu16`.The text was updated successfully, but these errors were encountered: