question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No module named tensorboard.plugins

See original GitHub issue

Any thoughts?

[ec2-user@ip-172-31-43-155 speech-to-text-wavenet]$ python recognize.py --file .                                                               /test.wav
I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library                                                                libcublas.so.7.5 locally
I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library                                                                libcudnn.so.5 locally
I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library                                                                libcufft.so.7.5 locally
I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library                                                                libcuda.so.1 locally
I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library                                                                libcurand.so.7.5 locally
Traceback (most recent call last):
  File "recognize.py", line 2, in <module>
    import sugartensor as tf
  File "/usr/lib/python2.7/dist-packages/sugartensor/__init__.py", line 7, in <m                                                               odule>
    from .sg_train import *
  File "/usr/lib/python2.7/dist-packages/sugartensor/sg_train.py", line 9, in <m                                                               odule>
    from tensorflow.contrib.tensorboard.plugins import projector
ImportError: No module named tensorboard.plugins

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6

github_iconTop GitHub Comments

8reactions
alivcorcommented, Apr 21, 2017

For anyone who gets this issue, upgrade your TensorFlow version to at least 1.0.0 (I had 0.10 on Python 2.7)

That solved my problem. Hope this helps someone 👍

1reaction
aiporrecommented, Jun 7, 2017

Great me too! 😃 I had a similar problem while importing the keras

Read more comments on GitHub >

github_iconTop Results From Across the Web

No module named 'tensorflow.tensorboard ... - Stack Overflow
An easy fix: python -m tensorboard.main --logdir=/path/to/logs.
Read more >
No module named 'tensorboard-plugin-wit' - RoseIndia.Net
Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'tensorboard-plugin-wit' How to remove.
Read more >
No module named 'tensorboard-plugin-wit' - Copy Paste Guru
Where is my Python module's answer to the question "How to fix "ModuleNotFoundError: No module named 'tensorboard-plugin-wit'""
Read more >
Tensorboard in virtualenvironment - No module named ...
I am new to PyThorch and I am trying to go through the tutorials of the official page. I am struggling to understand...
Read more >
tensorboard-plugin-wit - PyPI
Previously, the What-If Tool source code was part of the TensorBoard repository, but it has since been moved to its own repository. For...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found