You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: