Entering edit mode
19 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
Does the solution suggested in Samfile error: dyld: Library not loaded: @rpath/libcrypto.1.0.0.dylib help?
unfortunately I tried so many code and i checked so many website but I couldn't figure it out
I see, can you update the question and specify the commands you have used to install samtools?
conda uninstall samtools conda update --all conda install samtools
I used it too but It couldn't fix it