Here is a popular issue when you want to use tensorbard with your upgraded tensorflow and tensorboard. In general you will get this issue, when you have mismatch of your tensorflow and tensorboard versions, for example you upgrade tensorflow to 1.13, but not tensorboard, you Will get an error like this "Module 'tensorboard.util' has no attribute 'Retrier'" . To solve this issue just do the following steps, which helped me.

  1. Pip uninstall tensorflow
  2. Pip uninstall tensorboard 
  3. Make sure they are deleted completely from all sources
  4. Clean the caches (pip or conda)
  5. Reinstall tensorflow and tensorboard again (the version you prefer)

Here is some discussions

Github:  https://github.com/tensorflow/tensorboard/issues/1724

Aipool:  https://ai-pool.com/d/module__tensorboard_util__has_no_attribute__retrier_

 posted on 2019-04-20 22:46  Hazarapet  阅读(1425)  评论(0编辑  收藏  举报