Closed JarnoRFB closed 6 years ago
The content property in SummaryMetadata was changed from string to bytes in commit https://github.com/tensorflow/tensorflow/pull/12867/commits/4d24e6759468006d2325c3ec2944f7a4612caee0 and integrated into tensorflow in version 1.4.0
The temporary solution is to use tensorflow version 1.3
I installed
tf-nightly
in a conda env. When trying to build the example I get the error$ bazel run //greeter_plugin:greeter_demo
The output of
$ conda env export
isThis error does not occur when building in an environment with Python 2.7 though.