Tensorflow AI GitHub脚本的Oauth2client和Python问题(初学者)

Tensorflow AI GitHub脚本的Oauth2client和Python问题(初学者),tensorflow,google-colaboratory,apache-beam,oauth2client,Tensorflow,Google Colaboratory,Apache Beam,Oauth2client,我正在尝试使用谷歌的人工智能培训脚本: 前几天我试过,效果很好,但现在不行了。 什么都没有改变,相同的电脑,相同的浏览器,相同的谷歌账户 它说我有错误的Oauth2client版本,但我没有改变任何东西,也不知道如何解决这个问题。这似乎会导致后面的脚本失败。 任何帮助都将不胜感激 运行的脚本如下所示: %tensorflow_version 2.x !pip install -qU ddsp[data_preparation] # Initialize global path for usin

我正在尝试使用谷歌的人工智能培训脚本:

前几天我试过,效果很好,但现在不行了。 什么都没有改变,相同的电脑,相同的浏览器,相同的谷歌账户

它说我有错误的Oauth2client版本,但我没有改变任何东西,也不知道如何解决这个问题。这似乎会导致后面的脚本失败。 任何帮助都将不胜感激

运行的脚本如下所示:

%tensorflow_version 2.x
!pip install -qU ddsp[data_preparation]

# Initialize global path for using google drive. 
DRIVE_DIR = ''
错误消息如下:

ERROR: pydrive 1.3.1 has requirement oauth2client>=4.0.0, but you'll have oauth2client 3.0.0 which is incompatible.
ERROR: apache-beam 2.24.0 has requirement avro-python3!=1.9.2,<1.10.0,>=1.8.1; python_version >= "3.0", but you'll have avro-python3 1.10.0 which is incompatible.
ERROR: apache-beam 2.24.0 has requirement dill<0.3.2,>=0.3.1.1, but you'll have dill 0.3.2 which is incompatible.
ERROR: apache-beam 2.24.0 has requirement future<1.0.0,>=0.18.2, but you'll have future 0.16.0 which is incompatible.
ERROR: apache-beam 2.24.0 has requirement requests<3.0.0,>=2.24.0, but you'll have requests 2.23.0 which is incompatible.
错误:pydrive 1.3.1要求oauth2client>=4.0.0,但您将拥有不兼容的oauth2client 3.0.0。
错误:apache beam 2.24.0要求avro-python3=1.9.2,=1.8.1; python_version>=“3.0”,但您将使用不兼容的avro-python3 1.10.0。
错误:ApacheBeam2.24.0的需求dill=0.3.1.1,但您的需求dill 0.3.2是不兼容的。
错误:ApacheBeam 2.24.0要求future=0.18.2,但您的future 0.16.0不兼容。
错误:ApacheBeam2.24.0的requirementrequests=2.24.0,但您的requirements为2.23.0,这是不兼容的。