I am installing tesorflow on remote system server. This has centos installed. I am not admin , so I had to install tensorflow within a virtual environment. Once I did that then I encountered - import Error while importing Tensorflow in python2.7 in Ubuntu 12.04. 'GLIBC_2.17 not found' Then I followed the post-: Error while importing Tensorflow in python2.7 in Ubuntu 12.04. 'GLIBC_2.17 not found' Finally the error did changed to weak version GLIBC_2.17 not found but no matter what I do I always get segmentation fault. It doesn't matter what is the code. I don't have admin rights- the server is CENTOS. I am using Linux Mint.
Asked
Active
Viewed 222 times
0
-
Did you try building from source? I think tf doesn't have any pre-build binaries for Ubuntu 12.04 – Yaroslav Bulatov Jul 02 '16 at 11:44
-
No, I just used pip install – pranav shukla Jul 02 '16 at 11:45
-
But the point is that how to install from source within a virtual environment – pranav shukla Jul 02 '16 at 11:47
-
When you install from source, you build `//tensorflow/tools/pip_package:build_pip_package`, that creates a pip package for your system, which you can then install in virtualenv using pip – Yaroslav Bulatov Jul 02 '16 at 11:48