autonomousvision / gaussian-opacity-fields

[SIGGRAPH Asia'24 & TOG] Gaussian Opacity Fields: Efficient Adaptive Surface Reconstruction in Unbounded Scenes
https://niujinshuchong.github.io/gaussian-opacity-fields/
Other
683 stars 34 forks source link

issue on pip install submodules/diff-gaussian-rasterization even if i have exponential.hpp under submodules/diff-gaussian-rasterization/third_party/glm/glm. #49

Closed nvslam closed 3 months ago

nvslam commented 3 months ago

Hi,

it is an excellent work. But I still have issue on pip install submodules/diff-gaussian-rasterization even if i have exponential.hpp under submodules/diff-gaussian-rasterization/third_party/glm/glm.

      RuntimeError: The current installed version of g++ (11.4.0) is greater than the maximum required version by CUDA 11.3 (10.0.0). Please make sure to use an adequate version of g++ (>=5.0.0, <=10.0.0).
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for diff_gaussian_rasterization
  Running setup.py clean for diff_gaussian_rasterization
Failed to build diff_gaussian_rasterization
ERROR: Could not build wheels for diff_gaussian_rasterization, which is required to install pyproject.toml-based projects
(gof) weihwang@0091c4c-lcelt:~/Documents/gaussian-opacity-fields$ 
nvslam commented 3 months ago

Solved by upgrading cuda version from 11.3 to 12.5.