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: type object 'Callable' has no attribute '_abc_registry'

See original GitHub issue

I keep getting this error: AttributeError: type object 'Callable' has no attribute '_abc_registry' when running from modin.pandas import pd. for version 0.5.2 of modin. I see various similar issues being closed like #619 or #540. They seem to suggest uninstalling the typing package which is not an option for me.

I’m on macOS 10.14 and Python 3.7.3 and have installed modin via pip install modin.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
deeplookcommented, Jun 6, 2019

I’ve pip-uninstalled typing as I was told elsewhere I don’t need that on Python 3.7. Then I get no more errors, but also no speedup for reading 41M of CSV. Anyway, that’s likely another topic… 😉

0reactions
devin-petersohncommented, Jun 6, 2019

I’m glad that we fixed the typing issue.

For the CSV performance, would you be willing to open a new issue to track that separately? I am glad to discuss it there.

Read more comments on GitHub >

github_iconTop Results From Across the Web

type object 'Callable' has no attribute '_abc_registry' - Stack ...
There seems to be a problem with typing in 3.7. If after that you get: AttributeError: module 'typing' has no attribute '_ClassVar'.
Read more >
type object 'Callable' has no attribute '_abc_registry ... - GitHub
Version: 1.3.0. Python: 3.7. OS: osx/linux/win. result of pip freeze | grep eth. eth-abi==1.3.0 eth-account==0.3.0 eth-hash==0.2.0
Read more >
Python 3.7 and 3.8 builds are failing: AttributeError: type object ...
Python 3.7 and 3.8 builds are failing: AttributeError: type object 'Callable' has no attribute '_abc_registry' ... It started with failing Python ...
Read more >
type object 'Callable' has no attribute '_abc_registry' - SoftHints
Looking how to solve Python or Jupyter Notebook error: AttributeError: type object 'Callable' has no attribute '_abc_registry'? I've met the error several ......
Read more >
[SOLVED] AttributeError: type object 'Callable' has no attribute ...
Anyone seen this error with plone.restapi under Plone 5.2.1, Python 3?
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