使用 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行代碼 )