autonomousvision / gaussian-opacity-fields

Gaussian Opacity Fields: Efficient and Compact Surface Reconstruction in Unbounded Scenes
https://niujinshuchong.github.io/gaussian-opacity-fields/
Other
559 stars 26 forks source link

issue on pip install submodules/diff-gaussian-rasterization even if i have exponetial.hpp in glm/glm folder. #50

Closed nvslam closed 3 weeks ago

nvslam commented 3 weeks ago

I still encounter the issue on pip install submodules/diff-gaussian-rasterization even if i have exponetial.hpp in glm/glm folder. the error is as follows:

      subprocess.CalledProcessError: Command '['which', 'x86_64-conda_cos6-linux-gnu-c++']' returned non-zero exit status 1.
      [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

Would it be possible to know what you gcc version. I try gcc version = 8.5 it fails.