03 2024 档案

python3.10后Iterable无法导入
摘要:ImportError: cannot import name 'Iterable' from 'collections'报错解决方案 try: from collections.abc import Iterable except ImportError: from collections imp 阅读全文

posted @ 2024-03-20 14:17 帅胡 阅读(194) 评论(0) 推荐(0)

导航