安装上 Mac 特有的 tensorflow2 之后,使用如下代码开启兼容支持:import tensorflow._api.v2.compat.v1 as tf tf.disable_v2_behavior()