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

module 'collections' has no attribute 'Mapping' #9

Open
atagen opened this issue Dec 15, 2021 · 1 comment
Open

module 'collections' has no attribute 'Mapping' #9

atagen opened this issue Dec 15, 2021 · 1 comment

Comments

@atagen
Copy link

atagen commented Dec 15, 2021

looks to be same issue as here: googleapis/google-auth-library-python#418

Mapping and Sequence has moved out of collections and into collections.abc

can be fixed with simple s/collections\.\(.*\)/collections.abc.\1/g on views.py

@alex27riva
Copy link

looks to be same issue as here: googleapis/google-auth-library-python#418

Mapping and Sequence has moved out of collections and into collections.abc

can be fixed with simple s/collections\.\(.*\)/collections.abc.\1/g on views.py

Thanks, I'm having the same issue on Python 3.11.2 (Debian 12)

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