AttributeError: module 'tensorboard.util' has no attribute 'Retrier' #2019

当安装多个版本的tensorboard时,可能会发生这种情况
可以通过以下方式解决

  1. python3 -m pip uninstall tensorflow
  2. python3 -m pip uninstall tensorboard
    然后重新安装tensorflow和tensorboard

参考https://github.com/tensorflow/tensorboard/issues/2019

你可能感兴趣的:(AttributeError: module 'tensorboard.util' has no attribute 'Retrier' #2019)