pip install type object 'Callable' has no attribute '_abc_registry' code example
Example: AttributeError: type object 'Callable' has no attribute '_abc_registry'
I solved this problem with
pip uninstall typing
I solved this problem with
pip uninstall typing