question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

Hi kundajelab,

Thank you for making the atac pipelines available. I recently installed the pipeline successfully and was testing our human data. Alignment, peak calling, and idr were done, but it ran into fatal error during ataqc:

ImportError: /lib64/libc.so.6: version `GLIBC_2.14’ not found (required by /home/chang-j/anaconda2/envs/bds_atac/lib/python2.7/site-packages/pysam/libchtslib.so)

I noticed the most recent commit ae8a65c is related to glibc, so I tried git pull this version, ./uninstall_dependencies.sh, ./install_dependencies.sh and resume the run. However the same error continues to show up. I attached the full stdout here. If you need more info to identify the problem please kindly let me know. Thank you in advance for help.

error-atac.bds.txt

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:14

github_iconTop GitHub Comments

22reactions
sriharsha-sammetacommented, Jun 22, 2018

conda install tensorflow works

5reactions
leepc12commented, Feb 7, 2017

I am still figuring this out. This worked on SCG4.

$ source activate bds_atac $ conda install pysam $ conda uninstall glibc $ source deactivate

Please let me know if this works.

Read more comments on GitHub >

github_iconTop Results From Across the Web

lib/libc.so.6: version `GLIBC_2.14' not found (required by /usr ...
This error: ImportError: /lib/libc.so.6: version `GLIBC_2.14' not found \ (required by /usr/lib/libpq.so.5). means that libpq.so.5 was built ...
Read more >
Python versions - IPSL ESPRI MESO User documentation
Working versions of python on the clusters. The current (2021/09) linux version of the ESPRI mesocenter (climserv and ciclad) servers is not compatible...
Read more >
PyATS: ImportError: /lib64/libc.so.6: version `GLIBC_2.14' not ...
When Trying to run Genie/PyATS I get Error message PyATS: ImportError: /lib64/libc.so.6: version `GLIBC_2.14' not found Followed the Steps ...
Read more >
How to fix "/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2 ...
In my situation, the error appears when I try to run an application (compiled on Ubuntu 12.04 LTS) using GLIBC_2.14 on Debian Wheezy...
Read more >
Installing error with GLIBC_2.15 - Google Groups
ImportError : /lib64/libc.so.6: version `GLIBC_2.15' not found (required by ... Or suggest a version of Cantera that doesn't require the GLIBC at the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found