mikeqzy / 3dgs-avatar-release

3DGS-Avatar: Animatable Avatars via Deformable 3D Gaussian Splatting
MIT License
278 stars 25 forks source link

Issue while creating the conda environment #6

Closed Gojo1729 closed 4 months ago

Gojo1729 commented 4 months ago

Hello, When I try to create the environment using the conda command I'm getting the following error -

 note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure

× Encountered error while trying to install package.
╰─> simple_knn

note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.

failed

CondaEnvException: Pip failed

For detailed error checkout this file issue.txt

My system specifications WSL Ubuntu 22.04 CUDA - 11.6, Python - 3.7.

mikeqzy commented 4 months ago

Hi, ninja is not required to install the submodules. It seems that the error is related to https://github.com/graphdeco-inria/gaussian-splatting/issues/535, https://github.com/graphdeco-inria/gaussian-splatting/issues/645. I hope the solutions in these threads work for you.

Gojo1729 commented 4 months ago

@mikeqzy Thanks for the links, this https://github.com/graphdeco-inria/gaussian-splatting/issues/535#issuecomment-1872494333 worked for me