Search code examples
tensorflowtensorboard

ModuleNotFoundError: No module named 'tensorboard'


WARNING:root:Limited tf.compat.v2.summary API due to missing TensorBoard installation.
WARNING:root:Limited tf.compat.v2.summary API due to missing TensorBoard installation.
WARNING:root:Limited tf.compat.v2.summary API due to missing TensorBoard installation.
WARNING:root:Limited tf.compat.v2.summary API due to missing TensorBoard installation.
WARNING:root:Limited tf.compat.v2.summary API due to missing TensorBoard installation.
WARNING:root:Limited tf.compat.v2.summary API due to missing TensorBoard installation.
WARNING:root:Limited tf.summary API due to missing TensorBoard installation.

Not sure what the issue is here, here are my packages

enter image description here

And the others

enter image description here

Cuda toolkit is at 10.1.243

When I use

%load_ext tensorboard

It returns

ModuleNotFoundError: No module named 'tensorboard'


Solution

  • Do pip install tensorboard this will solve your problem