runtime error

Exit code: 1. Reason: e 499, in build_extensions _check_cuda_version(compiler_name, compiler_version) File "/home/user/.pyenv/versions/3.9.20/lib/python3.9/site-packages/torch/utils/cpp_extension.py", line 387, in _check_cuda_version raise RuntimeError(CUDA_MISMATCH_MESSAGE.format(cuda_str_version, torch.version.cuda)) RuntimeError: The detected CUDA version (12.3) mismatches the version that was used to compile PyTorch (11.7). Please make sure to use the same CUDA versions. [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 [notice] A new release of pip is available: 23.3.1 -> 24.2 [notice] To update, run: pip install --upgrade pip ==> diff-gaussian-rasterization installed! Traceback (most recent call last): File "/home/user/app/app.py", line 6, in <module> from train import * File "/home/user/app/train.py", line 19, in <module> from gaussian_renderer import render, network_gui File "/home/user/app/gaussian_renderer/__init__.py", line 14, in <module> from diff_gaussian_rasterization import GaussianRasterizationSettings, GaussianRasterizer ModuleNotFoundError: No module named 'diff_gaussian_rasterization' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 17, in <module> from train import * File "/home/user/app/train.py", line 19, in <module> from gaussian_renderer import render, network_gui File "/home/user/app/gaussian_renderer/__init__.py", line 14, in <module> from diff_gaussian_rasterization import GaussianRasterizationSettings, GaussianRasterizer ModuleNotFoundError: No module named 'diff_gaussian_rasterization'

Container logs:

Fetching error logs...