我在googlecolab上运行一个tensorflow模型。今天,我收到了这个错误: Using TensorFlow backend._tfmw_wrapped_module, name)
AttributeError: module 'tensorflow._api.v1.compat.v2' has no attribute '__internal__' 以前,事情一直运行得很顺利,所以我不确定为什么会发生这种情况。我使用的是Python 3.7
我想将数据从google驱动器导入到一个数据框架中。但是,我的代码在“from google.colab import auth”步骤中发生了分解。它说没有找到google.colab模块。在尝试过的建议 from pydrive.drive import GoogleDrive
from google.colaboauth2client.client