Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'SymbolDatabase' object has no attribute 'RegisterServiceDescriptor' #57

Open
justfouw opened this issue Apr 18, 2018 · 0 comments

Comments

@justfouw
Copy link

justfouw commented Apr 18, 2018

In advance, thank for this amazing work:)

I have compiled $beholder$ successfully using bazel-0.5.3 as well as beholder/demo. However, when i run this compiled $beholder$, one error encounter:

./bazel-bin/beholder/tensorboard_x/tensorboard_x --logdir /tmp/beholder-demo

The error information is

Traceback (most recent call last):
  File "/home/ruya.sdh/workspace/TENSORFLOW/beholder/bazel-bin/beholder/tensorboard_x/tensorboard_x.runfiles/beholder_plugin_root/beholder/tensorboard_x/main.py", line 23, in <module>
    from tensorboard import main as tb_main
  File "/home/ruya.sdh/workspace/TENSORFLOW/beholder/bazel-bin/beholder/tensorboard_x/tensorboard_x.runfiles/org_tensorflow_tensorboard/tensorboard/main.py", line 38, in <module>
    from tensorboard.plugins.debugger import debugger_plugin as debugger_plugin_lib
  File "/home/ruya.sdh/workspace/TENSORFLOW/beholder/bazel-bin/beholder/tensorboard_x/tensorboard_x.runfiles/org_tensorflow_tensorboard/tensorboard/plugins/debugger/debugger_plugin.py", line 35, in <module>
    from tensorboard.plugins.debugger import debugger_server_lib
  File "/home/ruya.sdh/workspace/TENSORFLOW/beholder/bazel-bin/beholder/tensorboard_x/tensorboard_x.runfiles/org_tensorflow_tensorboard/tensorboard/plugins/debugger/debugger_server_lib.py", line 33, in <module>
    from tensorflow.python.debug.lib import grpc_debug_server
  File "/home/ruya.sdh/anaconda2/lib/python2.7/site-packages/tensorflow/python/debug/lib/grpc_debug_server.py", line 30, in <module>
    from tensorflow.core.debug import debug_service_pb2
  File "/home/ruya.sdh/anaconda2/lib/python2.7/site-packages/tensorflow/core/debug/debug_service_pb2.py", line 194, in <module>
    _sym_db.RegisterServiceDescriptor(_EVENTLISTENER)
AttributeError: 'SymbolDatabase' object has no attribute 'RegisterServiceDescriptor'

Any one have the same problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant