fengints commented on issue #1164: URL: https://github.com/apache/singa/issues/1164#issuecomment-2081310912
The Iterable abstract class was removed from collections in Python 3.10 https://docs.python.org/3.8/library/collections.html Deprecated since version 3.3, will be removed in version 3.10: Moved [Collections Abstract Base Classes](https://docs.python.org/3.8/library/collections.abc.html#collections-abstract-base-classes) to the [collections.abc](https://docs.python.org/3.8/library/collections.abc.html#module-collections.abc) module. For backwards compatibility, they continue to be visible in this module through Python 3.9. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@singa.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org