openvax / topiary

Predict mutated T-cell epitopes from sequencing data
Apache License 2.0
27 stars 9 forks source link

Error in running topiary #75

Open bbhinder opened 7 years ago

bbhinder commented 7 years ago

Hi, I have an issue running topiary - primarily the issue seems to be with tensorflow. The glib version available on our systems is 2.12. I was wondering if you could suggest a solution or work around for this issue without updating the glib. Please see below for snippet of the error:

topiary Using TensorFlow backend. Traceback (most recent call last): ......... File "/..../python2.7/site-packages/tensorflow/python/pywrap_tensorflow.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow', fp, pathname, description) ImportError: /lib64/libc.so.6: version `GLIBC_2.17' not found (required by /...../lib/python2.7/site-packages/tensorflow/python/_pywrap_tensorflow.so)

Thanks for your help