Skip to content

python3.10 - problem with collections #1

@michalhg

Description

@michalhg

collections.Iterable have moved to collections.abc.Iterable therefore the following line is necessary in the code when importing math3d in python3.10:
collections.Iterable = collections.abc.Iterable

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