You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class BaseApiOut(GenericModel, Generic[_T], BaseApiSchema):TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
#159
Open
rockhhp opened this issue
Jan 27, 2024
· 0 comments
今天迁移到新服务器,跑程序报错:class BaseApiOut(GenericModel, Generic[_T], BaseApiSchema):TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
请问大佬有没有遇到这个问题,如何解决,请指教,谢谢
The text was updated successfully, but these errors were encountered:
今天迁移到新服务器,跑程序报错:class BaseApiOut(GenericModel, Generic[_T], BaseApiSchema):TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
请问大佬有没有遇到这个问题,如何解决,请指教,谢谢
The text was updated successfully, but these errors were encountered: