Skip to content

Conversation

@mosesrenegade
Copy link

Please note that there is a change to the collections module in Python 3.10. This fixes the modules for Python 3.10. It may however break older builds of python3, unsure how to resolve that particular issue.

There was an update to the collections library. Mapping and MutableMapping are now in collections.abc. OrderedDict remains in collections.
Copy link

@specters312 specters312 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks good to me can someone approve this?

@juneeighteen
Copy link

+1 Running into this issue myself.

@tomtastic
Copy link

Resolves this issue for me when using Python3.11 also.

Copy link

@swathibudda swathibudda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this resolves Mappings issue in python 3.10

@alecclyde
Copy link

This also resolved my issue, should be merged.

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

Successfully merging this pull request may close these issues.

6 participants