环境为windows10下的WSL2 Ubuntu 20.04.6 LTS, 我在此环境下配置高斯相关环境时, 安装submodules时报错如上, 此时我在Ubuntu终端下运行nvidia-smi是可以看到CUDA Version: 12.6 的, 运行import torch print(torch.cuda.is_available()) 也是弹出TRUE, 这就很奇怪了, 而且此时/usr/local下是没有cuda的相关文件的...
由于diff-gaussian-rasterization可能包含C++扩展,因此需要确保系统中安装了合适的C++编译器。对于不同的操作系统,安装编译器的方式可能有所不同: 在Ubuntu上,可以使用以下命令安装g++编译器: bash sudo apt-get update sudo apt-get install build-essential 在Windows上,可能需要安装Visual Studio或MinGW等编译器。
(x86)\Windows Kits\10\include\10.0.22621.0\cppwinrt" -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=base_class_has_different_dll_...
winrt" "-IF:\Windows Kits\10\include\10.0.17763.0\cppwinrt" -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=base_class_has_different_...
Super thanks to@pani-vishalIt worths a try. I haven't tested on Windows because I don't have one at hand. I also search some related solutions from 3DGS's repo for Windows, hoping it will helphttps://github.com/graphdeco-inria/gaussian-splatting?tab=readme-ov-file#faq ...