gaussian-splatting icon indicating copy to clipboard operation
gaussian-splatting copied to clipboard

submodules install failure solution for VS2022 user

Open Tobby-he opened this issue 8 months ago • 2 comments
trafficstars

I met this problem when I tried to install diff_gaussian_rasterization. For those can only install VS2022 I recommend this.

  1. follow the tutorial video mentioned in the repo
  2. download the latest CUDA version after you install VS2022(for me is CUDA12.8) here and make sure you've install all the components correctly. Cuz I found some older CUDA version isn't compatible with VS2022
  3. follow the instruction here,it really helped me a lot.(maybe you need to pip some packages in environment.yml at last)
  4. then you can train the model successfully

Hope its useful for u

Tobby-he avatar Mar 15 '25 14:03 Tobby-he