NKI-CCB / DISCOVER

DISCOVER co-occurrence and mutual exclusivity analysis for cancer genomics data
Apache License 2.0
27 stars 6 forks source link

ImportError: /lib64/libc.so.6: version `GLIBC_2.14' not found #5

Closed srinipr4 closed 6 years ago

srinipr4 commented 6 years ago

Hi, I am able to install discover using anaconda without any issues. However, when I try to import the library inside python, I get this error:

import discover ImportError: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /home/username/anaconda2/lib/python2.7/site-packages/_discover.so)

scanisius commented 6 years ago

The problem seems to be that your system's C library is older than the version that is expected by the DISCOVER package. Are you able to update the glibc (or libc6) package on your system?

scanisius commented 6 years ago

This issue has been inactive for a few months, so I am closing it. I hope my response helped you solve the problem. Please open a new issue if you continue to encounter this error.