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

Fail to run infer_trajectory(dataset, method()) on MAC #114

Open
subkhankul opened this issue Jul 12, 2021 · 2 comments
Open

Fail to run infer_trajectory(dataset, method()) on MAC #114

subkhankul opened this issue Jul 12, 2021 · 2 comments

Comments

@subkhankul
Copy link

Hello,

I was happy to use dynverse on Mac with R3.6.0. in R-studio with Docker. After installation the latest version for Mac (4.1) the function infer_trajectory(dataset, method()) always requires Singularity:

model <- infer_trajectory(dataset, ti_scorpius())
Running singularity exec 'docker://dynverse/ti_scorpius:v1.0.0.01' echo hi
Error in rethrow_call(c_processx_exec, command, c(command, args), pty, :
cannot start processx process 'singularity' (system error 2, No such file or directory) @unix/processx.c:610 (processx_exec)
Type .Last.error.trace to see where the error occurred

I re-install all programs including Docker, still no luck. I also have problems to install Singularity for Mac.
Could you help, please?

Thank you in advance

@rcannood
Copy link
Member

Could you try setting docker to the default runner?

library(babelwhale)
config <- create_docker_config()
set_default_config(config)

@subkhankul
Copy link
Author

subkhankul commented Jul 14, 2021 via email

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

2 participants