-
Notifications
You must be signed in to change notification settings - Fork 12
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
Error when run demo #20
Comments
I got the exact same problem when running the demo of spatialRGPT. The web can be displayed normally. When clicking submit, the error shows up:
|
pydantic==2.9.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ERROR: Exception in ASGI application
Traceback (most recent call last):
File "/mnt/nvme/miniconda3/envs/srgpt-demo/lib/python3.10/site-packages/pydantic/type_adapter.py", line 271, in _init_core_attrs
self.core_schema = _getattr_no_parents(self._type, 'pydantic_core_schema')
File "/mnt/nvme/miniconda3/envs/srgpt-demo/lib/python3.10/site-packages/pydantic/type_adapter.py", line 55, in _getattr_no_parents
raise AttributeError(attribute)
AttributeError: pydantic_core_schema
After I run the demo, it can show the web. However, after I upload picture and instruction. It shows connection error.
And in the terminal, there is this error.
ERROR: Exception in ASGI application
Traceback (most recent call last):
File "/mnt/nvme/miniconda3/envs/srgpt-demo/lib/python3.10/site-packages/pydantic/type_adapter.py", line 271, in _init_core_attrs
self.core_schema = _getattr_no_parents(self._type, 'pydantic_core_schema')
File "/mnt/nvme/miniconda3/envs/srgpt-demo/lib/python3.10/site-packages/pydantic/type_adapter.py", line 55, in _getattr_no_parents
raise AttributeError(attribute)
AttributeError: pydantic_core_schema
The text was updated successfully, but these errors were encountered: