Yesterday the following cell sequence in Google Colab would work.
(I am using colab-env to import environment variables from Google Drive.)
This morning, when I run the same code, I get the following error.
It appears to be a new issue with s3fs and aiobotocore. I have some experience with Google Colab and library version dependency issues that I have previously solved by upgrading libraries in a particular order:
!pip install --upgrade library_name
But I am a bit stuck this morning with this one. It is affecting all of my Google Colab notebooks so I thought that perhaps it is affecting others who are using data stored in Amazon AWS S3 with Google Colab.
The version of s3fs that gets installed is 2021.07.0, which appears to be the latest.
2021.7.0
because of some dependency issues and needing to support python 3.7. its unfortunate that they dont fix the issue with this specific version of aiobotocore – Amaryl