skhu101 / GauHuman

Code for our CVPR'2024 paper "GauHuman: Articulated Gaussian Splatting from Monocular Human Videos"
Other
322 stars 27 forks source link

CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1. #27

Closed Sunyike11 closed 5 months ago

Sunyike11 commented 5 months ago

“Traceback (most recent call last): File "C:\Users\Razer\anaconda3\envs\gauhuman\lib\site-packages\torch\utils\cpp_extension.py", line 1666, in _run_ninja_build subprocess.run( File "C:\Users\Razer\anaconda3\envs\gauhuman\lib\subprocess.py", line 516, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.

During handling of the above exception, another exception occurred: ...... File "C:\Users\Razer\anaconda3\envs\gauhuman\lib\site-packages\torch\utils\cpp_extension.py", line 1681, in _run_ninja_build message += f": {error.output.decode()}" # type: ignore[union-attr] UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd5 in position 1179: invalid continuation byte

Anyone else having the same issue?