ModuleNotFoundError: No module named 'tensorboardX'
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

Environment
protobuf 3.7.1 tensorboard 1.13.1 tensorboardX 1.6 tensorflow 1.13.1 tensorflow-estimator 1.13.0
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?
Check that whether you have written tensorboardX or tensorboardx in your code. I was doing the same mistake.