Error while importing Tensorflow in python2.7 in Red Hat release 6.6. 'GLIBC_2.17 not found'

自闭症网瘾萝莉.ら 提交于 2019-12-10 03:14:37

问题


This is essentially a repeat of question asked here. However, I am using Red Hat Version 6.6, which has glibc 2.12 (glibc 2.17, I think was introduced with RHEL ver 7). Is it possible to install tensorflow locally, without upgrading OS. (I don't have admin privileges). This is the error I am getting

ImportError: /lib64/libc.so.6: version `GLIBC_2.17' not found (required by /data02/storage/kgupt33/.local/anaconda/lib/python2.7/site-packages/tensorflow/python/_pywrap_tensorflow.so)

回答1:


This is essentially a repeat of question asked here.

And the same answer should work. What stops you from downloading glibc-2.17 packages, unpacking them, and using the glibc-2.17/ld.so with correct --library-path?

Is it possible to install tensorflow locally, without upgrading OS.

Yes, using above answer.



来源:https://stackoverflow.com/questions/33731366/error-while-importing-tensorflow-in-python2-7-in-red-hat-release-6-6-glibc-2-1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!