码迷,mamicode.com
首页 > 其他好文 > 详细

模块导入from collections import Iterator,Iterable失败

时间:2019-08-21 15:10:41      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:and   stop   bsp   code   cat   ble   port   top   tin   

1.引入模块报错

  from collections import Iterator,Iterable

报错:
  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 Iterator,Iterable

2.修改为:

  from collections.abc import Iterator,Iterable


 

模块导入from collections import Iterator,Iterable失败

标签:and   stop   bsp   code   cat   ble   port   top   tin   

原文地址:https://www.cnblogs.com/NGU-PX/p/11388827.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!