tensorboardX icon indicating copy to clipboard operation
tensorboardX copied to clipboard

ModuleNotFoundError: No module named 'tensorboardX'

Open LW-Ricarido opened this issue 5 years ago • 2 comments

Describe the bug

When I successfully installed tensorboardX from pip, I tried to import tensorboardX in terminal, but I got a error, ModuleNotFoundError: No module named 'tensorboardX'.

Minimal runnable code to reproduce the behavior

from tensorboardX import SummaryWriter

Expected behavior

import successfully

Screenshots

img

Environment

protobuf 3.7.1 tensorboard 1.13.1 tensorboardX 1.6 tensorflow 1.13.1 tensorflow-estimator 1.13.0

LW-Ricarido avatar Apr 22 '19 09:04 LW-Ricarido

https://stackoverflow.com/questions/44528638/after-pip-successful-installed-modulenotfounderror

Maybe you need to check your environment. Did you mixed up conda/pip/python2/python3?

lanpa avatar Apr 24 '19 02:04 lanpa

Check that whether you have written tensorboardX or tensorboardx in your code. I was doing the same mistake.

varenyamBakshi avatar Jul 10 '20 18:07 varenyamBakshi