-
Notifications
You must be signed in to change notification settings - Fork 172
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
Compile error: O-CNN/pytorch/build/temp.linux-x86_64-3.7/./cpp/transform_points.o: No such file or directory #113
Comments
The code was tested with Ubuntu 16.04 and PyTorch 1.6.0. Please provide your building environment. |
My previous result is obtained with Then I run again with Here is my libraries:
This time my result is different, but still has some errors
The result is the same after I switch to CUDA10.1.
The strange point is that although the program shows that my CUDA version is 10.1, it seems that it utilizes some files in CUDA 11.1. At the same time, my environment setting does not contain a CUDA 11.1 directory. |
Sorry, I am not familiar with the system Centos 7.9.2009, the code has not been tested on it. Sorry that I have no idea about the error. |
I still have not solved this problem. I think this is too weird. Because the version of pytorch and CUDA is exactly the same as what you provided. I think the difference between ubuntu and centos should have no influence on this problem. If this because of other dependencies like GCC, CMAKE or Ninja, etc.? Here is my result after running
|
I just read the build log you provided and find that the Since there is a header file So another solution is to rename the
|
Thank you! I renamed |
I follow the guidance in https://github.com/microsoft/O-CNN/blob/master/docs/installation.md to compile the octree. However, after I run the code
I have a slight modification here: change the following code in anaconda's
cpp_extension.py
to
Here is the running result:
I find the directory
O-CNN/octree/build/bin
is empty. Then, I set the PATH toO-CNN/octree/build/:$PATH
. Later, I build O-CNN with the code:Here is the error:
The text was updated successfully, but these errors were encountered: