nerfstudio-project / nerfstudio

A collaboration friendly studio for NeRFs
https://docs.nerf.studio
Apache License 2.0
8.89k stars 1.18k forks source link

Failed to Install 'gsplat' from source #3275

Open myj92512 opened 3 days ago

myj92512 commented 3 days ago

Hi, I tried to install Nerfstudio based on the installation tutorial and stucked in installing 'gsplat' step. I think I have already run 'vcvars64' bat file and set DISTUTILS_USE_SDK=1 before running 'pip install git+https://github.com/nerfstudio-project/gsplat.git' command. And it still failed. The screenshot is attached below, thank you 屏幕截图 2024-06-30 113916

gdedi001 commented 1 day ago

same issue for me, what I think got it working was opting for the more verbose option that is listed prior. Mine was vcvarsall.bat x64 -vcvars_ver=14.29.16.11 but check in your directory for the exact version. Lmk if that helps!

image