install failed
Thank u so much for sharing this work!
Well, to begin with, I use the command conda env create --file environment.yml to install this project, but it shows error as follows.
Installing pip dependencies: | Ran pip subprocess with arguments: ['/home/zhenyuan/miniconda3/envs/gs_saga_original/bin/python', '-m', 'pip', 'install', '-U', '-r', '/home/zhenyuan/Code/p_SegAnyGAussians_2/condaenv.1k0jk7q2.requirements.txt', '--exists-action=b'] Pip subprocess output: Processing ./submodules/diff-gaussian-rasterization Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'error'
Pip subprocess error: error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [8 lines of output]
Traceback (most recent call last):
File "
× Encountered error while generating package metadata. ╰─> See above for output.
note: This is an issue with the package mentioned above, not pip. hint: See above for details.
failed CondaEnvException: Pip failed
So how can I solve this issue?
Thank u so much. Looking forward to ur reply.
I also encountered the same problem. It took me a long time to solve it but still no solution was found. However, this is the most fundamental step. For such a high-collaboration-volume open-source project, there shouldn't be any problems. Do you have any new ideas for solving this problem now? You can communicate together.
Hi, I've never encountered this problem before. Were you able to successfully install the original Gaussian Splatting project? This seems to be an issue with the machine's environment, not SAGA configuration.
Hi, I've never encountered this problem before. Were you able to successfully install the original Gaussian Splatting project? This seems to be an issue with the machine's environment, not SAGA configuration.
Thank u so much for reply. I can install the original Gaussian Splatting project successfully (also can nerf-studio). U know, @kmmaster also meets this issue.
Since our project relies on similar environment with the original Gaussian-Splatting, can you try to build the cuda extension (diff-rasterizations) in a 3D-GS environment? I guess this can help.
Since our project relies on similar environment with the original Gaussian-Splatting, can you try to build the cuda extension (diff-rasterizations) in a 3D-GS environment? I guess this can help.
Thank u. Which version of ur project do u recommend to use? main or v2?