seglink icon indicating copy to clipboard operation
seglink copied to clipboard

compile error

Open txacuhan opened this issue 6 years ago • 5 comments

'third_party/eigen3/unsupported/Eigen/CXX11/Tensor' file not found

thanks!

txacuhan avatar Aug 17 '17 04:08 txacuhan

same error...

JarveeLee avatar Sep 07 '17 07:09 JarveeLee

@txacuhan @JarveeLee I guess that you haven't installed tensorflow for python3

sudo pip3 install tensorflow

or

sudo pip3 install tensorflow-gpu

then remove the folder of build in seglink/cpp. And rebuild it.

StickCui avatar Sep 07 '17 12:09 StickCui

I installed tensorflow 1.0 for py3.6 in anaconda by

pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.0-cp36-cp36m-linux_x86_64.whl

but still get same error......@StickCui

JarveeLee avatar Sep 08 '17 08:09 JarveeLee

@JarveeLee I use python2.7 so i modified the CMakeLists.txt. Try "python -c" instead of "python3 -c"

BowieHsu avatar Sep 10 '17 12:09 BowieHsu

Ah thanks I succeeded in building by your method! @BowieHsu

JarveeLee avatar Sep 11 '17 02:09 JarveeLee