-
Notifications
You must be signed in to change notification settings - Fork 37
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
Comments
Interesting- thank you for the bug report and solution! |
Hi, @Rridley7 |
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. |
Oh @Rridley7 , I'm so stupid. |
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 commanddRep 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.
The text was updated successfully, but these errors were encountered: