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.

`aiobotocore` releated test failures

See original GitHub issue

Some of our tests have started failing with

AttributeError: module 'aiobotocore' has no attribute 'AioSession'

due to the new aiobotocore 2.0.0 release. Working on a fix now, just wanted to surface this for others

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ian-r-rosecommented, Aug 25, 2022

This is fixed by more recent versions of s3fs

0reactions
ian-r-rosecommented, Aug 26, 2022

Looks like you’ve resolved it in s3fs, glad you got it working @abhishek815 !

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to mock AWS S3 with aiobotocore - python - Stack Overflow
When I've dealt with similar problems for asyncio, I have hand-coded "async" wrappers for the sync object. Share.
Read more >
Batch Insertion — aiobotocore 2.4.1- documentation
Once the script is being throttled, it will start sleeping for 5 seconds until the failed items have been successfully written, after that...
Read more >
aio-libs/aiobotocore - Gitter
Hello! I'm having some issues making calls to timestream. Namely there's two errors after making a query. TypeError: 'coroutine' object is not subscriptable...
Read more >
aiobotocore multipart upload to s3 - Sergei Konik's Blog
You can use hosted AWS S3 storage but in case of testing you can use free ... when uploaded parts will be deleted...
Read more >
aiobotocore - PyPI
import asyncio from aiobotocore.session import get_session ... This is a non-exuastive list of what tests aiobotocore runs against AWS services.
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