美文网首页
AttributeError: module 'tensorbo

AttributeError: module 'tensorbo

作者: 爬的慢的蜗牛 | 来源:发表于2019-05-21 10:13 被阅读0次

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

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

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

    相关文章

      网友评论

          本文标题:AttributeError: module 'tensorbo

          本文链接:https://www.haomeiwen.com/subject/cildzqtx.html