tensorflow-object-detection-cpp icon indicating copy to clipboard operation
tensorflow-object-detection-cpp copied to clipboard

error: unsupported/Eigen/CXX11/Tensor: No such file or directory

Open jason-zhu opened this issue 6 years ago • 2 comments

Hi, when I run this,I met this problem.

/usr/local/include/tf/third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1: error: unsupported/Eigen/CXX11/Tensor: No such file or directory

How should i solve this?

jason-zhu avatar Aug 09 '18 09:08 jason-zhu

You copy the folder "Eigen" and "unsupported"in site-packages (may be dist-packages) of python that you build to /usr/local/include/tf

xjohnxjohn avatar Aug 27 '18 02:08 xjohnxjohn

I have installed TensorFlow for python3, but neither in site-packages or dist-packages of that python3 has no folder with the name "Eigen" and "unsupported". I installed whl file with pip3 and pip3 show tensorflow directes to /.local/lib/python3.5/site-packages , however thereis no such file. Can you help me please ?

ixtiyoruz avatar Sep 19 '19 03:09 ixtiyoruz