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

what is the ubuntu version? #50

Open
adioshun opened this issue Jun 27, 2019 · 3 comments
Open

what is the ubuntu version? #50

adioshun opened this issue Jun 27, 2019 · 3 comments

Comments

@adioshun
Copy link

My machine is an ubuntu 18 with cuda 10.

TF is good python -c "import tensorflow as tf"

However, I got following error

[100%] Built target open3d
-- Found Open3D at /workspace/github/tutorial-pcl/Advanced/Open3D-PointNet2-Semantic3D/tf_ops/butild/open3d_root/open3d_install/lib
-- Open3D installed to: /workspace/github/tutorial-pcl/Advanced/Open3D-PointNet2-Semantic3D/tf_ops/butild/open3d_root/open3d_install/lib
-- Looking for TensorFlow installation
CMake Error at FindTensorFlow.cmake:41 (message):
  Cannot determine TensorFlow installation directory Traceback (most recent
  call last):

    File "<string>", line 1, in <module>

  ImportError: No module named tensorflow
Call Stack (most recent call first):
  CMakeLists.txt:25 (find_package)


-- Configuring incomplete, errors occurred!

base on the googling, I think the tensorflow and cuda makes the problems.

what version of OS and cuda do you use?

should I use cuda 9.0 and ubuntu 16?

@windcatcher
Copy link

me too

@windcatcher
Copy link

if you use the python3 ,change the content in file "FindTensorFlow.cmake" by replacing python to python3. it works for me

@monroe-dev
Copy link

same.
@windcatcher Did you solve it?

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

3 participants