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