runtime error

com/YixunLiang/diff-gaussian-rasterization.git to /tmp/pip-req-build-yzldp7et Running command git clone --filter=blob:none --quiet https://github.com/YixunLiang/diff-gaussian-rasterization.git /tmp/pip-req-build-yzldp7et fatal: unable to access 'https://github.com/YixunLiang/diff-gaussian-rasterization.git/': Could not resolve host: github.com error: subprocess-exited-with-error × git clone --filter=blob:none --quiet https://github.com/YixunLiang/diff-gaussian-rasterization.git /tmp/pip-req-build-yzldp7et did not run successfully. │ exit code: 128 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error × git clone --filter=blob:none --quiet https://github.com/YixunLiang/diff-gaussian-rasterization.git /tmp/pip-req-build-yzldp7et did not run successfully. │ exit code: 128 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with 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...