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

compile error #1

Open
txacuhan opened this issue Aug 17, 2017 · 5 comments
Open

compile error #1

txacuhan opened this issue Aug 17, 2017 · 5 comments

Comments

@txacuhan
Copy link

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

thanks!

@JarveeLee
Copy link

same error...

@StickCui
Copy link

StickCui commented Sep 7, 2017

@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.

@JarveeLee
Copy link

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

@BowieHsu
Copy link

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

@JarveeLee
Copy link

JarveeLee commented Sep 11, 2017

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

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

4 participants