无法连接 显示文件出错(?)

因为 python 的 API变更:

从 python 3.10 起 collections.MutableMapping 被删除,应当使用 collections.abc.MutableMapping

Deprecated since version 3.3, will be removed in version 3.10: Moved Collections Abstract Base Classes to the collections.abc module. For backwards compatibility, they continue to be visible in this module through Python 3.9.