ImportError: /lib64/libc.so.6: version `GLIBC_2.14' not found
See original GitHub issueHi 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.
Issue Analytics
- State:
- Created 7 years ago
- Comments:14
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
conda install tensorflow
worksI 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.