dxyang/math3d

python3.10 - problem with collections

Opened this issue · 0 comments

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