Open CaitlinSelway opened 2 years ago
Hi Caitlin,
this looks more like a Bioconda issue, I'll be opening an issue there as well, this can likely be fixed by pinning an exact gsl
version for the fastani
package (at the moment it expects gsl>=2.7,<2.8
).
Actually, this looks like it was fixed already in bioconda/bioconda-recipes#35517, have you updated your conda
environment in the last month?
Hi Laura,
I was installing this great tool this morning, but came across an error with libgsl.so.25.
After a quick google, the current gsl version 2.7.1 only provides libgsl.so.27. For anyone else that encounters this issue, I fixed it by downgrading the gsl version from 2.7.1 to 2.7.
conda install gsl=2.7
Have a good day! Caitlin