Open Vaidik501 opened 1 year ago
I followed the above steps exactly, but I still can’t install submodules/diff-gaussian-rasterization. Is it because of my Windows 10 system?
Not Sure. I tried in on ubuntu.
have you fixed this problem? i met the same problem as well
I'm not able to pip install submodule correctly on ubuntu.
After trying a full day I was able to successfully install submodules. I followed the following steps.
conda create -n gaussian_splatting python=3.7
conda activate gaussian_splatting
pip install torch==1.9.0+cu102 torchvision==0.10.0+cu102 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
pip install submodules/diff-gaussian-rasterization
pip install submodules/simple-knn
Hope this helps. thanks.
Originally posted by @wgcban in https://github.com/graphdeco-inria/gaussian-splatting/issues/297#issuecomment-1753921575