Error starting tensorflow tensorboard

0

I'm trying to start the tensorflow tensorboard. This based on a simple model. But when executing

 tensorboard --logdir output/

I get this error:

The image shows that tf.estimator is not installed, but check that part, and if it is installed correctly.

I have googled a lot but I have not been able to solve this problem I have the version of tensorflow 1.12 (which is the most updated). How could I solve this problem?

Thank you in advance

    
asked by devjav 20.11.2018 в 17:30
source

1 answer

0

Change from python 2.7 to 3.5 and start tensorboard (since version 3.5) and solve the problem.

    
answered by 21.11.2018 / 15:04
source