python3.10 - problem with collections
Opened this issue · 0 comments
michalhg commented
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