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

bump version of aiobotocore to 2.2.0 #608

Closed
ggaide opened this issue Mar 23, 2022 · 5 comments
Closed

bump version of aiobotocore to 2.2.0 #608

ggaide opened this issue Mar 23, 2022 · 5 comments

Comments

@ggaide
Copy link

ggaide commented Mar 23, 2022

Hi !

I'm currently having issues installing a module using both s3fs and boto3 due to incompatible versions of botocore.

aiobotocore recently released a version 2.2.0 with a higher version of botocore (1.24.21) that would fix that.

Would it be doable anytime soon ?

Thx folks.

Edit:

Easy way to reproduce the issue:

pip install dvc[s3] boto3

With the latest version of pip, this command line will run forever.
With an older version ( tested with 20.0.2 ) it will produce the following error:

ERROR: aiobotocore 2.1.2 has requirement botocore<1.23.25,>=1.23.24, but you'll have botocore 1.24.24 which is incompatible.
@martindurant
Copy link
Member

Please create the PR to increase the version in the requirements and in the test environments and let's see if everything passes.

@ggaide
Copy link
Author

ggaide commented Mar 23, 2022

Someone did the job there #609

@opus-42
Copy link

opus-42 commented Mar 30, 2022

Hello thanks for the issue, I also ran into the same issue, that is blocking because of some conflicting dependencies. I think this is resolved. Is there a new package release planned ?

Thks

@martindurant
Copy link
Member

Planned but not yet executed. Hoping by the end of this week.

@achimgaedke
Copy link
Contributor

This issue might now be done/obsolete with #622 - hoping for a release of s3fs.

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

4 participants