Tomoya Okazaki
Results
2
comments of
Tomoya Okazaki
I faced the same issue, but it worked when I installed it from the source code. ``` pip install git+https://github.com/nerfstudio-project/gsplat.git ``` It seems that the latest version on PyPI (1.4.0)...
I encountered the same issue. Referring to [this issue](https://github.com/gradio-app/gradio/issues/10649), downgrading pydantic to version 2.10.6 resolved the error in my environment.