what is the ubuntu version?
adioshun opened this issue · 3 comments
adioshun commented
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 commented
me too
windcatcher commented
if you use the python3 ,change the content in file "FindTensorFlow.cmake" by replacing python to python3. it works for me
monroe-dev commented
same.
@windcatcher Did you solve it?