As mentioned in pyreadline/pyreadline#65, pyreadline uses a depreciated reference to collections.Callable instead of collections.abc.Callable
The library hasn't been updated since 2015, and none of the PRs submitted over the last year that fix it have been merged.
As is, installing pyreadline breaks the repl and anything else that uses pyreadline on 3.10.
Fancycompleter should either vendor a patched version, or drop support for it
As mentioned in pyreadline/pyreadline#65, pyreadline uses a depreciated reference to
collections.Callableinstead ofcollections.abc.CallableThe library hasn't been updated since 2015, and none of the PRs submitted over the last year that fix it have been merged.
As is, installing pyreadline breaks the repl and anything else that uses pyreadline on 3.10.
Fancycompleter should either vendor a patched version, or drop support for it