s3fs suddenly stopped working in Google Colab with error "AttributeError: module 'aiobotocore' has no attribute 'AioSession'"

s3fs suddenly stopped working in Google Colab with error "AttributeError: module 'aiobotocore' has no attribute 'AioSession'"

昨天 Google Colab 中的以下单元格序列可以工作。

(我正在使用 colab-env 从 Google 驱动器导入环境变量。)

今天早上,当我 运行 相同的代码时,出现以下错误。

这似乎是 s3fs 和 aiobotocore 的新问题。我对 Google Colab 和库版本依赖性问题有一些经验,我以前通过按特定顺序升级库来解决这些问题:

!pip install --upgrade library_name

但是今天早上我有点卡住了。它影响了我所有的 Google Colab 笔记本,所以我认为它可能会影响其他使用 Google Colab 使用存储在 Amazon AWS S3 中的数据的人。

安装的s3fs版本是2021.07.0,好像是最新的。

事实上,破损是随着 aiobotocore 1.4.0 的发布(今天,2021 年 8 月 20 日),它在 s3fs 的 2021.08.0 版本中修复,也是今天。