The samtools installation is not halfway but the middle way collapses

Project scene:

samtools: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
samtools: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
Trinity run failed. Must investigate error above.

Problem Description:

The samtools installation is not halfway but the middle way collapses

solution:

 1027  conda install -c bioconda samtools openssl=1.0

[Failed, Python version is too high]

conda install python=3.5

[Replace python to lower version]

conda install -c bioconda samtools openssl=1.0

[Installing samtools, failure prompts conda to be upgraded]

conda update -n base -c defaults conda

【Upgrade conda】

conda install -c bioconda samtools openssl=1.0

[Reinstall]

conda list

[Finished]

Guess you like

Origin blog.csdn.net/mushroom234/article/details/110076595