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

library import error #130

Closed
chanwkimlab opened this issue Aug 5, 2022 · 4 comments
Closed

library import error #130

chanwkimlab opened this issue Aug 5, 2022 · 4 comments

Comments

@chanwkimlab
Copy link

Hi,
When I called import pyBigWig, I encountered the following error message:

ImportError: /lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b

Could you please help me resolve this error?

Thanks,
Chanwoo

@dpryan79
Copy link
Collaborator

dpryan79 commented Aug 6, 2022

How did you install pyBigWig? It actually doesn't directly link against openssl, so this must be improper linking of some dependency.

@chanwkimlab
Copy link
Author

Thank you for your quick reply. I installed pyBigWig using the pip install pyBigWig command.

@dpryan79
Copy link
Collaborator

dpryan79 commented Aug 6, 2022

Unfortunately this error appears to be in a dependency somewhere (almost certainly curl) and will prove difficult to diagnose. I suggest installing with conda instead.

@chanwkimlab
Copy link
Author

chanwkimlab commented Aug 6, 2022

Installing with the conda command conda install pybigwig -c conda-forge -c bioconda instead of the pip command resolved the issue. Thank you for your suggestion!

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