Closed luh-j closed 1 month ago
Looks like glm is not checked out in the correct folder. You can try to git clone with --recursive to get glm project checked out together with your gsplat project. Then try to build from source.
git clone https://github.com/nerfstudio-project/gsplat.git --recursive
Looks like glm is not checked out in the correct folder. You can try to git clone with --recursive to get glm project checked out together with your gsplat project. Then try to build from source.
git clone https://github.com/nerfstudio-project/gsplat.git --recursive
Thanks, it works for me! However, I believe that following the current documentation using pip install git+xxx
could lead to this issue. Should the documentation be updated to reflect this?
I believe pip install git+xxx
would checkout the repo recursively so it should not be a problem.
I'm closing this issue as it seems to be solved.
I'm trying to build gsplat@v1.0.0 from the source as nerfstudio required 1.0.0, and it failed building gsplat. Setup:
I've tried to install it with both cmd:
pip install -e .
andpip install .
-- both failed. Simply put, I think the error isComplete error message: The
-e
flag errors withAnd the error message for the cmd without e flag is here: