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

libsbml #64

Open
a-kramer opened this issue Jun 28, 2021 · 1 comment
Open

libsbml #64

a-kramer opened this issue Jun 28, 2021 · 1 comment

Comments

@a-kramer
Copy link

Hi,
I am trying to punch-up an R script that uses libsbml to run. As I understand it, libsbml must be installed in the system (via apt or whatever) and then I also need the R bindings, which according to official guides have to be installed using R CMD, e.g.

R CMD INSTALL libSBML_5.18.0.tar.gz

How do I make that happen in the Docker image?
I guess, maybe the apt command from an earlier issue would help:

write_apt(apt_input = "libsbml5 libsbml5-dev")

But, since there is no official libsbml5-R package, the R bindings will be tricky to get, right? Do you have any advice?

@a-kramer
Copy link
Author

a-kramer commented Jul 1, 2021

update: I have tried a couple of things... But, whatever I do, even if I remove almost all dependencies (apt.txt, postBuild, any mention of libSBML anywhere), I cannot launch binder. Every time I get:

Launching server...
Launch attempt 1 failed, retrying...
Launch attempt 2 failed, retrying...
Launch attempt 3 failed, retrying...
Internal Server Error

So, I don't know how to debug this.... the holepunch test repository does work for me and I don't see any difference to mine, except for the dates and versions of R involved.

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

1 participant