Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bioconda install #91

Open
hanrong498 opened this issue Nov 2, 2023 · 3 comments
Open

bioconda install #91

hanrong498 opened this issue Nov 2, 2023 · 3 comments

Comments

@hanrong498
Copy link

Hi!

I am trying to install wiggletools using conda directly https://anaconda.org/bioconda/wiggletools.

I had a small issue that

$ wiggletools --help
wiggletools: error while loading shared libraries: libgsl.so.19: cannot open shared object file: No such file or directory

It seems that the current default version of gsl is 2.7.1 and installation results in libgsl.so.27. A way to work around this is to downgrade libgsl:

conda install gsl=2.2.1

Hope this can save some time for ppl having the same problem!

@dzerbino
Copy link
Collaborator

dzerbino commented Nov 2, 2023

Dear @hanrong498 ,

Thanks for the heads up!

It would seem that this problem is specific to your computer's setup, as neither Wiggletools nor its bioconda recipe specify a version for GSL. I am no conda expert, but it has possibly something to do with the way the package was built.

Cheers,

Daniel

@alexbarrera
Copy link

Just a heads up that the workaround provided by @hanrong498 pinging gsl=2.2.1 made me downgrade wiggletools to v1.2.1.

I was able to run the latest version of wiggletools after installing gsl via conda-forge with conda install -c conda-forge gsl.

@rikrdo89
Copy link

rikrdo89 commented Feb 9, 2024

I also was experiencing a similar issue after installing wiggletools with conda:
wiggletools: error while loading shared libraries: libgsl.so.25: cannot open shared object file: No such file or directory

I figured out that libgsl.so.25 was installed if I specified gsl=2.6. However, installing using mamba was impossible because it made wiggletools dependent on gsl=2.7 or later. However installation with conda did not have the same issues:

image

here is the final command I used in case it is helpful to anyone:

conda install bioconda::wiggletools conda-forge::gsl=2.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants