Closed Dorianproject closed 4 months ago
For anyone who is using the Doosan Humble Pkg and has a Problem with the DR_common2.py Just replace "collections.Iterable" with "collections.abc.Iterable" in that file. Since Python 3.10 there is not "collections.Iterable".
Thank you for your feedback @Dorianproject
I will close this issue.
For anyone who is using the Doosan Humble Pkg and has a Problem with the DR_common2.py Just replace "collections.Iterable" with "collections.abc.Iterable" in that file. Since Python 3.10 there is not "collections.Iterable".