-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: __pydantic_core_schema__ #53
Comments
ERROR: Exception in ASGI application During handling of the above exception, another exception occurred: Traceback (most recent call last): If you got this error by calling handler() within For further information visit https://errors.pydantic.dev/2.9/u/schema-for-unknown-type During handling of the above exception, another exception occurred: Traceback (most recent call last): If you got this error by calling handler() within For further information visit https://errors.pydantic.dev/2.9/u/schema-for-unknown-type |
Just upgrade gradio here's what works for me
Good luck |
ERROR: Exception in ASGI application
Traceback (most recent call last):
File "/root/miniconda3/lib/python3.10/site-packages/pydantic/type_adapter.py", line 270, in _init_core_attrs
self._core_schema = _getattr_no_parents(self._type, 'pydantic_core_schema')
File "/root/miniconda3/lib/python3.10/site-packages/pydantic/type_adapter.py", line 112, in _getattr_no_parents
raise AttributeError(attribute)
AttributeError: pydantic_core_schema
The error happened like this on my linux.
The text was updated successfully, but these errors were encountered: