Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

要求的python版本是多少,3.11报错了 #114

Open
java2python opened this issue May 13, 2024 · 1 comment
Open

要求的python版本是多少,3.11报错了 #114

java2python opened this issue May 13, 2024 · 1 comment

Comments

@java2python
Copy link

from collections import namedtuple, Mapping

ImportError: cannot import name 'Mapping' from 'collections' (/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/collections/init.py)

@sinmentis
Copy link

可替换成 from collections.abc import Mapping, MutableMapping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants