isl-org/Open3D-PointNet2-Semantic3D

Cmake :Open3D build was not successful!

TBiophilia opened this issue · 6 comments

I can not cmake the Cmakelists.txt correctly.

-- The C compiler identification is unknown
CMake Error at CMakeLists.txt:22 (project):
No CMAKE_C_COMPILER could be found.

Tell CMake where to find the compiler by setting either the environment
variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
the compiler, or to the compiler name if it is in the PATH.

-- Configuring incomplete, errors occurred!
See also "/home/chenlin/桌面/Open3D-PointNet2-Semantic3D-master/tf_ops/build/open3d_root/open3d/src/open3d-build/CMakeFiles/CMakeOutput.log".
See also "/home/chenlin/桌面/Open3D-PointNet2-Semantic3D-master/tf_ops/build/open3d_root/open3d/src/open3d-build/CMakeFiles/CMakeError.log".
CMakeFiles/open3d.dir/build.make:106: recipe for target 'open3d/src/open3d-stamp/open3d-configure' failed
make[2]: *** [open3d/src/open3d-stamp/open3d-configure] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/open3d.dir/all' failed
make[1]: *** [CMakeFiles/open3d.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
-- Could NOT find Open3D (missing: Open3D_DIR)
CMake Error at open3d.cmake:41 (message):
Open3D build was not successful
Call Stack (most recent call first):
open3d.cmake:45 (build_open3d)
CMakeLists.txt:10 (include)

-- Configuring incomplete, errors occurred!

Thanks for your reading , I would appreciate it if you have the solution.

I have found the solution in the issues that had been closed.

I have found the solution in the issues that had been closed.

Can you let me know how you solved it?

I have found the solution in the issues that had been closed.

Can you let me know how you solved it?

There are some issues have been closed in the "issues"page, I installed lower tensorflow version ,and use the cmake .. to complie it

I have found the solution in the issues that had been closed.

Can you let me know how you solved it?

There are some issues have been closed in the "issues"page, I installed lower tensorflow version ,and use the cmake .. to complie it

Thank you for your answer.. What is the version of tensorflow? I installed tensorflow '1.12.0' but still getting the problem.

I have found the solution in the issues that had been closed.

Can you let me know how you solved it?

There are some issues have been closed in the "issues"page, I installed lower tensorflow version ,and use the cmake .. to complie it

Thank you for your answer.. What is the version of tensorflow? I installed tensorflow '1.12.0' but still getting the problem.

I installed the same version as you, try to create a new environment. My env is "Python=3.5 tensorflow=1.12.0 tensorflow-gpu=1.12.0 open3d open3d-python".

@TBiophilia Thank you! Can i know what the cuda version is? 10.1?

!pip install tensorflow==1.12.0

!pip install tensorflow-gpu===1.12.0

then, Then, I ran the following command

import tensorflow as tf
print(tf.__version__)

However, I got the following error.

ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory

I would really appreciate it if you answered me.