-
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
Exception in ASGI application #49
Comments
Hi, |
But tip ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. |
yeah, |
thanks broski, i did "pip install gradio --upgrade" and just to be sure "python.exe -m pip install --upgrade pip" and everything works now |
Running the Gradio interface I get:
ERROR: Exception in ASGI application
Traceback (most recent call last):
File "/home/viktor/miniconda3/envs/resemble_enhance/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 "/home/viktor/miniconda3/envs/resemble_enhance/lib/python3.10/site-packages/pydantic/type_adapter.py", line 112, in _getattr_no_parents
raise AttributeError(attribute)
AttributeError: pydantic_core_schema
I can upload files, but when I try to process them this error just repeats over and over.
Python 3.10, running in a Conda, requirements installed without issue
RTX 4090
The text was updated successfully, but these errors were encountered: