ImportError: cannot import name 'keras_tensor' from 'tensorflow.python.keras.engine'

ImportError: cannot import name 'keras_tensor' from 'tensorflow.python.keras.engine'

我在加载 tensorflow 插件库时遇到此错误

import tensorflow_addons as tfa

ImportError: cannot import name 'keras_tensor' from 'tensorflow.python.keras.engine'

此错误是因为您的 TensorFlowPython[=20 之间存在 不兼容 问题=] 和 tensorflow-addons。卸载 tensorflow-addons 并根据下面的 table 安装版本。有关详细信息,请参阅 Github repo