Skip to content
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

Cmake :Open3D build was not successful! #65

Open
TBiophilia opened this issue May 10, 2020 · 6 comments
Open

Cmake :Open3D build was not successful! #65

TBiophilia opened this issue May 10, 2020 · 6 comments

Comments

@TBiophilia
Copy link

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.

@TBiophilia
Copy link
Author

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

@rjsgml5698
Copy link

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

Can you let me know how you solved it?

@TBiophilia
Copy link
Author

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

@rjsgml5698
Copy link

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.

@TBiophilia
Copy link
Author

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".

@rjsgml5698
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants