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

ImportError #159

Closed
BrendaLee1 opened this issue Jul 21, 2022 · 1 comment
Closed

ImportError #159

BrendaLee1 opened this issue Jul 21, 2022 · 1 comment

Comments

@BrendaLee1
Copy link

Hi!
I tried the following commands:
singularity exec --bind /usr/lib/locale/
pepper_deepvariant_r0.8.sif
run_pepper_margin_deepvariant call_variant
-b "${INPUT_DIR}/${BAM}"
-f "${INPUT_DIR}/${REF}"
-o "${OUTPUT_DIR}"
-p "${OUTPUT_PREFIX}"
-t "${THREADS}"
--ont_r9_guppy5_sup
There were no output and the error information like below:
from pysam.libchtslib import *
ImportError: /soft/anaconda3/lib/python3.8/site-packages/pysam/../../../././libssl.so.1.1: undefined symbol: EVP_idea_cbc, version OPENSSL_1_1_0
CentOS Linux release 7.6.1810 (Core)

I tried to install openssl independently, but seems not work. Would you please give me some suggestion about this problem?

Thanks!

Best,
BL

@kishwarshafin
Copy link
Owner

hi @BrendaLee1 ,

Can you please try to install pysam independently to see if you can install pysam?

python3 -m pip install pysam

If this doesn't work due to permission, please try:

python3 -m pip install pysam --user

And please put the full log here so I can help you debug this issue.

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