-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
diff-gaussian-rasterization installing error #1188
Comments
I attempted to carry out the above operations on the VS 2022 prompt. It can call
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment:
Win11-24H2 AMD-R9-5900 RTX-3080
nvidia-smi
show CUDA 12.8nvcc --version
show "cuda_11.8.r11.8/compiler.31833905_0"visual studio community 2022 17.13.3
anaconda 24.9.2
Pre-Action:
cd /path/to/gaussian_splatting
conda env create --file=environment
(pip install component success and torch.cuda.is_available() show
True
but failed to build submodulesdiff-gaussian-rasterization
,simple-knn
,fused-ssim
)Action:
cd /path/to/gaussian_splatting
conda activate gaussian_splatting
pip install ninja (then ninja version is 1.11.1)
pip install submodules/diff-gaussian-rasterization
(erorr occur)
Error Message:
Looking in indexes: https://mirrors.aliyun.com/pypi/simple/
Processing c:\users\13098\desktop\gaussian_splatting_test\gaussian-splatting\submodules\diff-gaussian-rasterization
Preparing metadata (setup.py) ... done
Building wheels for collected packages: diff_gaussian_rasterization
Building wheel for diff_gaussian_rasterization (setup.py) ... error
error: subprocess-exited-with-error
I saw
cl.exe
being called by cpp_extension.py but it is not found。The text was updated successfully, but these errors were encountered: