question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ImportError: libcrypto.so.1.0.0

See original GitHub issue

The 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:closed
  • Created 6 years ago
  • Comments:12

github_iconTop GitHub Comments

1reaction
pgrosucommented, Jan 30, 2018

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

1reaction
depristocommented, Jan 30, 2018

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found