Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants