Python 3.7 and 3.8 builds are failing: AttributeError: type object 'Callable' has no attribute '_abc_registry'

You were right. Somehow, it still works with Python 3.6, but not higher. I added it in the setup.py conditionally and removed from requirements. It works now. Thanks!

1 Like