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.

AttributeError: 'module' object has no attribute 'ReadTimeoutError'

See original GitHub issue

Latest release of boto3 breaks s3fs.

Meanwhile this gets a proper fix, this PR pins boto3 version; https://github.com/dask/s3fs/pull/62

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:14 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
mrocklincommented, Aug 11, 2016

This is fixed in master

pip install git+https://github.com/dask/s3fs --upgrade
0reactions
martindurantcommented, Dec 9, 2016

Fixed in #62

Read more comments on GitHub >

github_iconTop Results From Across the Web

'module' object has no attribute 'ReadTimeoutError' · Issue #63 ...
AttributeError : 'module' object has no attribute ... AttributeError: module 'boto3.s3.transfer' has no attribute 'ReadTimeoutError'.
Read more >
AttributeError: 'module' object has no attribute - Stack Overflow
E.g. I had a module called commands which is also a Python library module. This proved to be difficult to track down as...
Read more >
Python – Read timeout error while using elastic search python ...
I have installed elasticsearch python package and I have created a elastic ... line 1, in <module> AttributeError: 'module' object has no attribute...
Read more >
attributeerror: 'list' object has no attribute 'join' - You.com
The AttributeError: 'list' object has no attribute 'join' occurs when we try to call the join() method on a list. The join() method...
Read more >
requests.models — Requests 2.28.1 documentation
requests.models ~~~~~~~~~~~~~~~ This module contains the primary objects that power Requests. """ import datetime # Import encoding now, to avoid implicit ...
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