panlab-bioinfo / Gap-Aid

Apache License 2.0
6 stars 0 forks source link

Glibc version error #1

Open lilinzhou opened 5 months ago

lilinzhou commented 5 months ago

Hi,

When I run the binary program of Gap-Aid, I got the error:

Traceback (most recent call last): File "try6.py", line 12, in <module> ImportError: /lib64/libc.so.6: versionGLIBC_2.28' not found (required by /tmp/_MEIxhgJBU/libglib-2.0.so.0) [25027] Failed to execute script 'try6' due to unhandled exception!`

It seems the glibc version is low of the cluster, but I don't have the root permission to change the /lib64 and I also can't compile the code myself (I understand why you didn't release the code). So, is there any solution to use a custom glibc path for a non-root user (I have a higher version of glibc to meet the requirement)?

Best Charlie

xianjia10 commented 5 months ago

Sorry for the late reply. We have not solved this problem yet. We suggest you use a higher version of gcc or use the executable program under Windows.