You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today a new version of aiobotocore was released (1.4.0)
The new release breaks s3fs
File "/usr/local/lib/python3.7/site-packages/s3fs/core.py", line 378, in set_session
self.session = aiobotocore.AioSession(**self.kwargs)
AttributeError: module 'aiobotocore' has no attribute 'AioSession'
AioSession was removed in this release of aiobotocore.
The text was updated successfully, but these errors were encountered:
Today a new version of aiobotocore was released (1.4.0)
The new release breaks s3fs
AioSession was removed in this release of aiobotocore.
The text was updated successfully, but these errors were encountered: