Skip to content

Not compatible with python 3.10 #210

Description

@IanBoden

MustableSequence in collections was deprecated in Python 3.3 and has been removed in 3.10 so will need to update:

from collections import defaultdict, MutableSequence

The suggested soltuion is to import it from collections.abc instead

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions