velocyto-team / velocyto.R

RNA velocity estimation in R
http://velocyto.org
179 stars 223 forks source link

dyld: Library not loaded: @rpath/libcrypto.1.0.0.dylib dyld #170

Open cguetta opened 3 years ago

cguetta commented 3 years ago

Hello,

I am sorry to bother you but i am trying to run velocyto on macOs catalina (version 10.15.7). I followed the instructions provided to install it (installing conda (version 4.10.1) and all the requirements, But it seems that i have a problem with samtools. When i typed samtools --version, i got an error message dyld: dyld: Library not loaded: @rpath/libcrypto.1.0.0.dylib dyld: Library not loaded: @rpath/libcrypto.1.0.0.dylib Referenced from: /Users/charlotteguetta/opt/anaconda3/bin/samtools Reason: image not found Abort trap: 6 I saw that a lot of people had issues ( i saw a lot of github issue) and i tried all solutions offered (installing brew brew install openssl, updating samtools with conda). But nothing works... Updating with conda, i got a problem of frozen environment. From the conda list i have samtools : samtools 1.4.1 0 bioconda

So i decided to create an account and create a ticket. I have only basic knowledge of programming.

Please let me know if you can help me.

Thanks a lot in advance for your help