hugoycj / 2.5d-gaussian-splatting

an unofficial 2DGS implementation based on GauStudio
https://github.com/GAP-LAB-CUHK-SZ/gaustudio
Other
233 stars 4 forks source link

about 'gaustudio_diff_gaussian_rasterization' installing error #5

Open scutzcj opened 5 months ago

scutzcj commented 5 months ago

Thanks so much for sharing the great codes. I have a pip problem when trying the code: the system feedbacks a error when I run the train.py, the error shows as following: ERROR: Could not find a version that satisfies the requirement gaustudio_diff_gaussian_rasterization (from versions: none) ERROR: No matching distribution found for gaustudio_diff_gaussian_rasterization I have tried several ways but faiiled. How could I debug?

hugoycj commented 5 months ago

It appears unusual. You could navigate to the gaustudio/submodules/gaustudio-diff-gaussian-rasterization directory and execute 'python setup.py install' to verify if there are any compilation issues. Occasionally, compilation problems could lead to such situations on my end