Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Old Linux distribution import error "GLIBC_2.23' not found" #47

Open
cerebis opened this issue Mar 23, 2021 · 4 comments
Open

Old Linux distribution import error "GLIBC_2.23' not found" #47

cerebis opened this issue Mar 23, 2021 · 4 comments

Comments

@cerebis
Copy link
Owner

cerebis commented Mar 23, 2021

Hello,
I am on "Red Hat 4.8.5-39" and had the same issue with bzip2, which is gone in the current conda release. However, now pysam has a problem with a different dependency:

ImportError: /lib64/libm.so.6: version GLIBC_2.23' not found`

Originally posted by @mscharmann in #43 (comment)

@cerebis cerebis changed the title Red Hat 4.8.5-39 ImportError: /lib64/libm.so.6: version GLIBC_2.23' not found Old Linux distribution import error "GLIBC_2.23' not found" Mar 23, 2021
@cerebis
Copy link
Owner Author

cerebis commented Mar 23, 2021

From #43

@mscharmann

I haven't tested this as I do not have a RH4.8 environment set up, but there's a possibility that this problem stems from the removal of Python 3.6 support from qc3C.

The removal was in response to an unresolvable (by me) segmentation fault within pytest when run in a conda py36 environment. I have not been able to track down what change within the dependency tree has introduced this problem.

qc3C, however, seems fine. I just cannot run the tests presently, which interrupts the automated build process.

A possible work around which might work for you.

# 1) create a Python 3.6 environment, without qc3C but everything else you'll need.
conda create -y -n qc3c_py36 -c conda-forge -c bioconda -c cerebis samtools jellyfish "python<3.7"
# 2) activate this environment
conda activate qc3c_py36
# 3) install qc3C from github using pip
pip install git+https://github.com/cerebis/qc3C

@cerebis
Copy link
Owner Author

cerebis commented May 21, 2021 via email

@YiweiNiu
Copy link

Thank you for your prompt reply! I could install qc3C using the method you provided.

@cerebis
Copy link
Owner Author

cerebis commented May 21, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants