本文最后更新于:2024年1月14日 晚上

本文记录python错误 AttributeError: type object 'Callable' has no attribute '_abc_registry'的解决方案。

错误原因

Python升级到3.7后会遇到该问题

解决方案

卸载 typing

1
pip uninstall typing

参考资料



文章链接:
https://www.zywvvd.com/notes/coding/python/python-error-abc-registry/python-error-abc-registry/


“觉得不错的话,给点打赏吧 ୧(๑•̀⌄•́๑)૭”

微信二维码

微信支付

支付宝二维码

支付宝支付

错误 AttributeError type object 'Callable' has no attribute '_abc_registry' 解决方案
https://www.zywvvd.com/notes/coding/python/python-error-abc-registry/python-error-abc-registry/
作者
Yiwei Zhang
发布于
2021年4月21日
许可协议