DeprecationWarning

 DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  from collections import Iterable; it

是由于版本更新发出的警告。目前能够忽略,不影响后续使用。io

相关文章
相关标签/搜索