今天在学Python的时候,一直报错 AttributeError: module 'collections' has no attribute 'Iterable' 。网上一搜,说是Python 3.9以后collections.Iterable被废弃了,在更高版本的环境中使用时会出现module 'collections' has no attribute 'Iterable’报错。
遇到不会的我就问ChatGPT,给了个解决方案:
from collections import Iterable# 如果当前 Python 版本不支持 collections.abc 中的 Iterable,则手动定义if not hasattr(Iterable, '__iter__'):Iterable = collections.abc.Iterable
然而,仍然报错。
无奈去google了下,在csdn上找到了答案:
import collectionscollections.Iterable = collections.abc.Iterable
这样做的目的是确保你的代码在不同的 Python 版本或环境中都能使用 collections.Iterable
,而不会受到模块变化的影响。提高代码的兼容性。Shadowsocks_4.1.5.tar.gz 安装指南与常见问题解答Clash295:详细介绍、功能和使用方法Shadowsocks日本服务器详细教程和常见问题解答端口跳跃(hysteria)的原因及解决方案翻墙0.1倍率是什么意思小火箭 Shadowrocket 电脑版下载及安装设置指南 – 快速安装体验便捷与乐趣ChatGPT 要封号?提示可疑登录怎么办?2023年SS/v2ray节点按量付费机场:MoFast✈️机场推荐【xx云加速】 - 新机场、价格实惠按量付费机场推荐-STC机场怎么样?Clash节点名词解密:什么是机场DlerCloud 机场怎么样?SS/SSR/V2ray/Trojan 专线机场 | 老牌机场 | 可自定义落地Clash for Windows v0.20.31 更新