Skip to content

ImportError: cannot import name 'MutableMapping' from 'collections' (Python 3.10) #31

Open
@konstunn

Description

@konstunn

In Python 3.10 MutableMapping and others has been moved to collections.abc so the object-mapper package will not work with Python 3.10.

https://stackoverflow.com/a/70870087 - here is a good summary of the problem with links to the official Python docs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions