Python DeprecationWarning: Using or importing the ABC


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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM