ImportError: libcrypto.so.1.0.0
See original GitHub issueThe code in Download binaries, models, and test data the of the DV quick start guide ran successfully. However, running make_examples using the quickstart-testdata failed with the following error:
Traceback (most recent call last):
attila-ThinkS:~/tools/deepvariant$ python bin/make_examples.zip \
> --mode calling \
> --ref "${REF}" \
> --reads "${BAM}" \
> --regions "chr20:10,000,000-10,010,000" \
> --examples "${OUTPUT_DIR}/examples.tfrecord.gz"
File "/tmp/Bazel.runfiles_pbJgd2/runfiles/genomics/deepvariant/make_examples.py", line 45, in <module>
from deepvariant import variant_caller
File "/tmp/Bazel.runfiles_pbJgd2/runfiles/genomics/deepvariant/variant_caller.py", line 50, in <module>
from deepvariant.python import variant_calling
ImportError: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
Issue Analytics
- State:
- Created 6 years ago
- Comments:12
Top Results From Across the Web
ImportError: libcrypto.so.1.0.0: · Issue #216 - GitHub
Hi! I just installed checkm using Bioconda, and received the following error when I did checkm data setRoot. Any help would be appreciated!...
Read more >[Solved] Apps looking for libcrypto.so.1.0.0 and libssl.so.1.0.0 ...
QtWebKitWidgets import QWebView, QWebPage ImportError: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory.
Read more >Missing library - libcrypto.so.1.0.0.0 - LinuxQuestions.org
... we can't import it, let the error propagate ImportError: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory.
Read more >Ubuntu 22.04 | libssl.so.1.1: cannot open shared object file
Ubuntu 22.04 | libssl.so.1.1: cannot open shared object file: No such file or directory ; import main File "/home/robz/.local/share/pypoetry/venv ...
Read more >"ImportError: libssl.so.1.0.0: cannot open shared object file: No ...
It's only available from this 3rd party package, hipchat . So the application you're attempting to build appears to have been written/configured ...
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
Hi Mark (@depristo),
There is a theme of elegance with the current implementation that I tend to appreciate, though I agree that streamlining it for support/growth is rich with opportunities to explore. Let me know if you would like to work on it together - or just bounce off ideas - as some could be low-hanging fruit with simple remedies.
Best, Paul
@pgrosu Thanks Paul, we appreciate the close eye you’ve given to the codebase. Unfortunately managing all of the dependencies is challenging, and we aren’t super happy with how complex the build/run prereqs scripts are. And we agree with you that there’s a lot of opportunity to explore extensions, simplifications, and optimizations of DeepVariant.