gaussian-splatting
gaussian-splatting copied to clipboard
A new type of issue when installing submodules that haven't seen before
Building wheel for diff_gaussian_rasterization (setup.py) ... error error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [7 lines of output] running bdist_wheel running build running build_py running build_ext building 'diff_gaussian_rasterization._C' extension Emitting ninja build file D:\zip_3D_Gaussian_splatting\gaussian-splatting-main\submodules\diff-gaussian-rasterization\build\temp.win-amd64-cpython-38\Release\build.ninja... error: [Errno 13] Permission denied: 'D:\zip_3D_Gaussian_splatting\gaussian-splatting-main\submodules\diff-gaussian-rasterization\build\temp.win-amd64-cpython-38\Release\build.ninja' [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: ERROR: Failed to build installable wheels for some pyproject.toml based projects (diff_gaussian_rasterization)
I successfully installed submodules before, but then my pycharm failed to load that conda environment, so I installed miniconda and then used the original environment.yml, while the rending result was so bad(nearly completely white on viewers).So I installed the Anaconda again, but encountered this puzzling issue. Could anyone help me?Thank you very much!