attribute error: type object 'callable' has not attribute '_abc_registry' code example
Example 1: AttributeError: type object 'Callable' has no attribute '_abc_registry'
I solved this problem with
pip uninstall typing
Example 2: AttributeError: type object 'Callable' has no attribute '_abc_registry'
pip uninstall typing