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

drep conda installation dependencies #227

Open
Rridley7 opened this issue Mar 17, 2024 · 4 comments
Open

drep conda installation dependencies #227

Rridley7 opened this issue Mar 17, 2024 · 4 comments
Labels

Comments

@Rridley7
Copy link

Hi, thanks for your work and recent updates on this tool! Just wanted to note one error that came up while installing this on an HPC:
When using mamba install drep, the subsequent command dRep check_dependencies shows errors on several of the packages, seemingly connected to this consistent error:
libgsl.so.25: cannot open shared object file: No such file or directory`

This seems to be attached to the current conda version of gsl (2.7.1). If this package is replaced by gsl=2.7.0 , these errors are resolved.

@MrOlm
Copy link
Owner

MrOlm commented Mar 18, 2024

Interesting- thank you for the bug report and solution!

@MrOlm MrOlm added the bug label Mar 18, 2024
@Wang0293
Copy link

Wang0293 commented Apr 4, 2024

Hi, @Rridley7
I also used mamba install drep and experienced the same error.
But I don't know what replace the gsl meaning, I didn't find it in conda list. And when I installed gsl=2.7.0, it seems this error didn't resolved.
Can you help me?

@Rridley7
Copy link
Author

Rridley7 commented Apr 4, 2024

Hey @Wang0293 , gsl is a c library that can sometimes be already installed on your system, so it's difficult to know what is causing the error within your specific case. A naive recommendation would be to try installing everything in a new conda environment, anything outside of that I would need to know more about the specific system and errors you are seeing.

@Wang0293
Copy link

Wang0293 commented Apr 6, 2024

Oh @Rridley7 , I'm so stupid.
I have tried installing everything in a new conda environment before you commented but failed too.
Now I understand what terrible things I have done. I am in China and used the Chinese conda mirrors for faster download, however some errors happended at this mirrors website. So, conda can't help me resolve the dependencies. Now everything goes well by using the gsl=2.7.0.
I’m sorry for taking your time and very thanks for your patience. Best wishes to you!

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

No branches or pull requests

3 participants