AttributeError: module ‘tensorflow._api.v2.io.gfile’ has no attribute ‘get_filesystem’

Posted ZSYL

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AttributeError: module ‘tensorflow._api.v2.io.gfile’ has no attribute ‘get_filesystem’相关的知识,希望对你有一定的参考价值。

AttributeError: module ‘tensorflow._api.v2.io.gfile’ has no attribute 'get_filesystem’

原因

在同一环境中安装pytorchtensorflow以及tensorboard,产生冲突.

解决方案

第一种:

将tensorflow安装到其他环境中

第二种:

在代码开头添加:

import tensorflow as tf
import tensorboard as tb
tf.io.gfile = tb.compat.tensorflow_stub.io.gfile

即可解决!

参考link

以上是关于AttributeError: module ‘tensorflow._api.v2.io.gfile’ has no attribute ‘get_filesystem’的主要内容,如果未能解决你的问题,请参考以下文章

AttributeError: Can‘t get attribute ‘SPPF‘ on <module ‘models.common‘ from ‘/home/yolov5/models/comm

unittest模块在linux报错: AttributeError: module 'unittest' has no attribute 'TestRunner'(

AttributeError:模块“tensorflow”没有属性“app”

新的 Kivy 安装:AttributeError: 'module' 对象没有属性 'require'

AttributeError: Can‘t pickle local object ‘Stage.__init__.<locals>.<lambda>‘

AttributeError: Can‘t pickle local object ‘Stage.__init__.<locals>.<lambda>‘