samtools install error
2
1
Entering edit mode
12 months ago
bestone ▴ 30

Hello guys I am trying to install samtools but I am getting the same error. Could you pls help me with this isssue? I am sharing the error code:

dyld[1233]: Library not loaded: @rpath/libcrypto.1.0.0.dylib
  Referenced from: <3FAE4B52-2497-3D93-BE35-525AAAE38804> /Users/uguremre/opt/anaconda3/envs/samtools/bin/samtools
  Reason: tried: '/Users/uguremre/opt/anaconda3/envs/samtools/bin/../lib/libcrypto.1.0.0.dylib' (no such file), '/Users/uguremre/opt/anaconda3/envs/samtools/bin/../lib/libcrypto.1.0.0.dylib' (no such file), '/usr/local/lib/libcrypto.1.0.0.dylib' (no such file), '/usr/lib/libcrypto.1.0.0.dylib' (no such file, not in dyld cache)
[1]    1233 abort      samtools
samtools • 1.3k views
ADD COMMENT
1
Entering edit mode
ADD REPLY
0
Entering edit mode

unfortunately I tried so many code and i checked so many website but I couldn't figure it out

ADD REPLY
1
Entering edit mode

I see, can you update the question and specify the commands you have used to install samtools?

ADD REPLY
0
Entering edit mode

conda uninstall samtools conda update --all conda install samtools

I used it too but It couldn't fix it

ADD REPLY
3
Entering edit mode
12 months ago

The problem here was that an extremely outdated and semi-broken version of samtools had been installed.

At the time this question was asked, you needed to specify the samtools version number to get an up-to-date and functional samtools via conda:

conda install samtools==1.17

Since then the problem has been fixed and conda install samtools (without a version number) selects the most recent samtools again.

ADD COMMENT
2
Entering edit mode

(This is due to this issue #871.)

ADD REPLY

Login before adding your answer.

Traffic: 1950 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6