-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lack of stack_chamfer_kernel.obj #1
Comments
Hi @chouchouxia. Could you please provide your environment information? Also, are you able to compile pytorch from source? |
Hi,this is my environment information: I am sorry that I don't know how to compile pytorch from source. I will google and try it later. |
Hello,after compiling pytorch from source,I run "python setup.py install" in the console and got the error message as following: ####################### x86_64-linux-gnu-g++: error: /home/mist/Desktop/PythonProject/stack-chamfer/build/temp.linux-x86_64-3.6/home/mist/Desktop/PythonProject/stack-chamfer/csrc/bindings.o: No such file or directory x86_64-linux-gnu-g++: error: /home/mist/Desktop/PythonProject/stack-chamfer/build/temp.linux-x86_64-3.6/home/mist/Desktop/PythonProject/stack-chamfer/csrc/stack_chamfer_kernel.o: No such file or directory error: command 'x86_64-linux-gnu-g++' failed with exit status 1` Could you give me some advices about this? I have troubled in this for a long time. |
@chouchouxia this error looks quite strange to me and I couldn't reproduce it locally. Are you able to reproduce it in Colab? Otherwise, could you show the full output when you run installation? |
hello,when i run "python setup.py install" in the console, there is an error occur: cannot open input file "D:\XXX\XXX...\XXX\stack_chamfer_kernel.obj"
The text was updated successfully, but these errors were encountered: