question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bump version of aiobotocore to 2.2.0

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
martindurantcommented, Mar 30, 2022

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

0reactions
achimgaedkecommented, May 7, 2022

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

aiobotocore - PyPI
Async client for amazon services using botocore and aiohttp/asyncio. This library is a mostly full featured asynchronous version of botocore.
Read more >
aiobotocore Changelog - pyup.io
bump botocore to 1.27.59 ... This means that `876 <https://github.com/aio-libs/aiobotocore/issues/876>`_ will not work unless this env ... Just version bump ...
Read more >
aiobotocore's documentation! — aiobotocore 2.4.2 ...
Async client for amazon services using botocore and aiohttp/asyncio. This library is a mostly full featured asynchronous version of botocore.
Read more >
DVC: Data Version Control - Git for Data & Models | Zenodo
Changes render: Extract to dvc_render (#7409) @daavoo s3: add aiobotocore as ... build(deps-dev): Bump google-cloud-storage from 2.1.0 to 2.2.0 (#7464) ...
Read more >
python38-aiobotocore-2.3.4-1.1.noarch.rpm openSUSE ...
Download python38-aiobotocore-2.3.4-1.1.noarch.rpm for openSUSE Tumbleweed ... <code@bnavigator.de> - Update to 2.2.0 * remove deprecated APIs * bump to ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found