Skip to content

in Python 3.10 the file miscellaneous_aliases.py needs to import collections.abc #101

@SembeiNorimaki

Description

@SembeiNorimaki

In python 3.10 the attributes of container used in miscellaneous_aliases.py need to be attributes of container.abc

This hack will solve the issue for python3.10

Change the import collections at the top of the file for import collections.abc as collections

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