Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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'

like image 590
Joseph Adam Avatar asked Sep 13 '25 14:09

Joseph Adam


1 Answers

Do pip install tensorboard this will solve your problem

like image 196
Master_ladvil Avatar answered Sep 16 '25 07:09

Master_ladvil