foris-ws on TOS 7.0 fails to start with "ImportError: cannot import name 'Iterable' from 'collections'"
On the upcoming Turris OS 7.0 there is Python 3.10 as default python3.
However, foris-ws
service fails to start and crashes with following error:
ImportError: cannot import name 'Iterable' from 'collections'
It is caused by deprecated import - removed in Python 3.10 - therefore the fix should be simple.
Edited by Martin Matějek