tensorflow-cpp icon indicating copy to clipboard operation
tensorflow-cpp copied to clipboard

Make failed

Open YinghaoHuang91 opened this issue 7 years ago • 1 comments

Hi, when I compile this project on my PC, I encountered this error:

9204c5822ab19c8cc36901c6232760a7/external/io_bazel_rules_closure/closure/filegroup_external.bzl:23:16: The function 'set' has been removed in favor of 'depset', please use the latter. You can temporarily refer to the old 'set' constructor from unexecuted code by using --incompatible_disallow_uncalled_set_constructor=false

Do you know how to solve it? Thanks!

YinghaoHuang91 avatar Feb 26 '18 11:02 YinghaoHuang91

Hi I haven't checked the configuration recently. My guess is that your Bazel version is newer than the one I used to set up this repository. Either you can switch back to old version of Bazel or we might need to update the script according to the error message.

jhjin avatar Feb 26 '18 16:02 jhjin