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.10 - AttributeError: module 'collections' has no attribute 'MutableSequence' #152

Closed
yashsamit opened this issue Feb 13, 2022 · 2 comments

Comments

@yashsamit
Copy link

File "authorized/init.py", line 9, in
from authorizenet import apicontractsv1
File ".env/lib/python3.10/site-packages/authorizenet/apicontractsv1.py", line 9, in
import pyxb.binding
File ".env/lib/python3.10/site-packages/pyxb/binding/init.py", line 8, in
from . import datatypes
File ".env/lib/python3.10/site-packages/pyxb/binding/datatypes.py", line 1243, in
from . import content
File "env/lib/python3.10/site-packages/pyxb/binding/content.py", line 807, in
class _PluralBinding (collections.MutableSequence):
AttributeError: module 'collections' has no attribute 'MutableSequence'

@yashsamit
Copy link
Author

@yashsamit
Copy link
Author

possible duplicate of #151

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

No branches or pull requests

1 participant