Python Caffe: ImportError: /lib64/libc.so.6: version `GLIBC_2.14' not found

33 views
Skip to first unread message

Beanocean

unread,
Jun 13, 2017, 10:46:44 PM6/13/17
to Caffe Users
I compiled caffe by using the GCC4.8.2 successfully, and the `MINIST` examples can run correctly. But when I tried to use caffe in python, I met with the problem as follows:



I use Anaconda2 in my computer, and the GCC installed in my system is GCC4.4.6. In order to compile caffe with GCC4.8.2, I installed it in `/opt`. What's more, the output of `ldd _caffe.so` is as follow:

 
It seems the `_caffe.so` linked to `libc.so.6` of GCC4.8.2 correctly. Any advice can be useful.
Reply all
Reply to author
Forward
0 new messages