tensorflow_makefile icon indicating copy to clipboard operation
tensorflow_makefile copied to clipboard

tensorflow.bzl:431:21: name 'set' is not defined

Open PapaMadeleine2022 opened this issue 6 years ago • 0 comments

hello, when I run bazel build --config=opt --config=cuda //tensorflow/tools/pip_package:build_pip_package , it shows error:

ERROR: /xxx/tensorflow_makefile/tensorflow/tensorflow.bzl:431:21: name 'set' is not defined
ERROR: error loading package '': Extension 'tensorflow/tensorflow.bzl' has errors
ERROR: error loading package '': Extension 'tensorflow/tensorflow.bzl' has errors
INFO: Elapsed time: 0.068s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)

how to fix i? can you give some advises? thank you very much~

PapaMadeleine2022 avatar Sep 16 '18 09:09 PapaMadeleine2022