报错:module ‘collections‘ has no attribute ‘Iterable‘ 小秃QAQ 2024-04-24 410 阅读1分钟 使用python 高版本,在使用collections遇到报错:module ‘collections’ has no attribute ‘Iterable’ 查了资料 在python3.9 之后collections.Iterable被弃用了。 添加修改语句 collections.Iterable == collections.abc.Iterable