SintefManufacturing/python-urx

getting collections has no attribute Iterable

Opened this issue · 1 comments

I guess this might need to be updated : the collections module has deprecated (and now removed) the "Iterable" class, the correct way of importing it in python3 is using the "collections.abc" module.

AttributeError: module 'collections' has no attribute 'Iterable'

works after importing the collections.abc in the math3D library and changing the lines related to that