出现报错
TypeError: ArrayField.empty_field: return type `None` is not a `<class 'alle
解决方法:
错误来源于Overrides包. 换成较旧的版本即可
pip install overrides==4.1.2
出现报错
TypeError: ArrayField.empty_field: return type `None` is not a `<class 'alle
解决方法:
错误来源于Overrides包. 换成较旧的版本即可
pip install overrides==4.1.2

被折叠的 条评论
为什么被折叠?