使用 from collections import Iterable 时
会有如下警告:
DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc
1,取消的方法有 :
2,或者直接在原文件里面注释点警告就行:
我的文件在(D:\Soft\Python\Python37\lib\collections\__init__.py 注释 48行到52行代码 )