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.

ImportError: No module named 'tensorboardX'

See original GitHub issue

I am getting the above error when on this line: from tensorboardX import SummaryWriter

I have done the following:

  1. $ pip install tensorboardX
  2. $ pip freeze
tensorboard==1.11.0
tensorboardX==1.4
tensorflow==1.11.0

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

22reactions
chungtd89commented, May 1, 2020

I tried on Python 3 Jupyter Notebook, the following solves ImportError: No module named ‘tensorboardX’.

conda install -c conda-forge tensorboardx

https://anaconda.org/conda-forge/tensorboardx

11reactions
lithostarkcommented, Feb 28, 2019

I just tried it on Python 3 Jupyter Notebook and it works as well! Did you fix the issue? Many thanks On Sun, Oct 21, 2018 at 11:27 PM Edward Tiong edwardtiong.63@gmail.com wrote: I tried running it on a Python 2 Jupyter Notebook - it works. Is there anyway to get it working on a Python 3 Jupyter Notebook? On Sat, Oct 20, 2018 at 10:22 PM Tzu-Wei Huang @.***> wrote: > Will it work if running outside of the Python 3 Jupyter Notebook? > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <#255 (comment)>, > or mute the thread > https://github.com/notifications/unsubscribe-auth/AhpqQJzqqrLPRdBGzJ53tKyz6Qx3IG8tks5unAR9gaJpZM4XyLXs > . > – -------------------------------------------- Q: Why is this email three sentences or less? A: http://three.sentenc.es – -------------------------------------------- Q: Why is this email three sentences or less? A: http://three.sentenc.es

How did you make it work in Python 3 Jupyter Notebook? I still cannot import tensorboardX after the installation.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can not get pytorch working with tensorboard - Stack Overflow
record_writer import RecordWriter # noqa F401 3 except ImportError: ModuleNotFoundError: No module named 'tensorboard.summary'; 'tensorboard' is ...
Read more >
报错No module named 'tensorboardX'_happyGirl122的博客
那么,当我们输入一个房子的大小时,模型就会输出一个房子的价格,而这房子的价格... tensorboard: ImportError: No module named tensorboard.
Read more >
No module named 'tensorboardX'エラー時の解決策メモ - Qiita
参考. ImportError: No module named 'tensorboardX' #255.
Read more >
已经安装好了tensorboardX,任然报错No module named ...
1、在jupyter notebook网页版中已经使用命令 pip install tensorboardX 来安装tensorboardX包,但是运行程序时仍旧出现错误:No module named 'tensorboardX'
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 >

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