Python 3.9 Support - Element.getchildren
camrossi opened this issue · comments
Camillo Rossi commented
As per https://docs.python.org/3.8/library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.getchildren
the Element.getchildren method has been removed from Python 3.9
imcsdk uses it and is not working anymore with Python 3.9
Python 3.8 works just fine.