ParBLiSS / FastANI

Fast Whole-Genome Similarity (ANI) Estimation
Apache License 2.0
374 stars 67 forks source link

error with libgsl.so.25 when bioconda package specifies gsl version 2.7 #125

Open Tony-xy-Liu opened 1 year ago

Tony-xy-Liu commented 1 year ago

installing fastANI via conda install -c bioconda fastani pulls gsl version 2.7 attempting to run fastANI then gives fastANI: error while loading shared libraries: libgsl.so.25: cannot open shared object file: No such file or directory

current fastANI version is 1.34

downgrading gsl to 2.7 from 2.7.1 via the suggestion in #96 fixes issue conda install -c conda-forge gsl=2.7=he838d99_0

related to #96 and https://github.com/Ecogenomics/GTDBTk/issues/505

copycatcopydog commented 11 months ago

Yessssss!! thank you [Tony-xy-Liu]! I solve this problem!!

humbleflowers commented 2 months ago

Thanks for posting it here. @Tony-xy-Liu this works!