Closed ByChelsea closed 4 months ago
These paths look very weird. They can't be right. Have you got a /home/my/Workspace
missing the initial /
somewhere?
/home/my/Workspace/motion/pytorch3d/build/temp.linux-x86_64-cpython-310/home/my/Workspace/motion/pytorch3d/pytorch3d/csrc/pulsar/host/renderer.render.cpu.o: No such file or directory
(You should probably set CUDA_HOME.)
Thanks for your prompt reply! I discovered that this issue arose due to a mistake I encountered earlier. After resolving the previous issue with this method, it resulted in the inability to generate the .o files...
Is everything now resolved?
Yes, this issue 'Command '['ninja', '-v']' returned non-zero exit status 1' was, in fact, caused by insufficient memory. Everything works well now~ Thanks again!
🐛 Unexpected behaviors
Hello, I encountered a compilation error: the required .o files were not generated. Could someone help me troubleshoot why these object files are missing? The output infos are as follows:
Instructions To Reproduce the Issue:
My enviroment is: pytorch 2.3.1 python 3.10 cuda 12.1 gcc 9.5.0
The issue occurs with both 'Install from a local clone' and 'install from GitHub' methods.