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