Deep3DFaceRecon_pytorch
Deep3DFaceRecon_pytorch copied to clipboard
subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.
Hi, thanks for your great work! Following the installation instructions, I changed three servers, and the same error occurred. Is there any problem with this installation method or I haven't noticed anything?
Hi, I hava the same question, have you ever solve it?
Sorry, I do not solve this, give up
Changing all '-v' beside 'ninja' to '--version' in ...site-packages/torch/utils/cpp_extension.py can solve this.
But I met problem ImportError: No module named 'nvdiffrast_plugin' after doing so, and the problem seems to be insoluble by this.
将所有
'-v'旁边 更改'ninja'为'--version'in...site-packages/torch/utils/cpp_extension.py可以解决此问题。 但是我这样做之后遇到了问题,并且这个ImportError: No module named 'nvdiffrast_plugin'问题似乎无法解决。
Hi,how did you install nvdiffrast?
这是来自QQ邮箱的自动回复邮件。你好,你的来件我已收到,谢谢。
change -v to --version, then the problem will be solved