Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release of Aiobotocore breaks s3fs #87

Open
valerioa opened this issue Aug 20, 2021 · 1 comment
Open

New release of Aiobotocore breaks s3fs #87

valerioa opened this issue Aug 20, 2021 · 1 comment

Comments

@valerioa
Copy link

valerioa commented Aug 20, 2021

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.

@tuky
Copy link

tuky commented Apr 5, 2022

Right, they removed it in aio-libs/aiobotocore@b7726a4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants