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

System command 'orca' failed #382

Open
lixuan25 opened this issue Sep 2, 2021 · 0 comments
Open

System command 'orca' failed #382

lixuan25 opened this issue Sep 2, 2021 · 0 comments

Comments

@lixuan25
Copy link

lixuan25 commented Sep 2, 2021

Hello Plotly,

When running this code on R studio,:
library(plotly)
p <- plot_ly(x = 1:10, y = 1:10, color = 1:10)
orca(p, "plot.svg")

I get the following error message:
Error in processx::run("orca", "-h") :
System command 'orca' failed, exit status: 127, stderr empty

Then I run the .Last.error.trace to trace the error, this is what I get:
1. plotly:::orca(p, "plot.svg")
2. plotly:::orca_available()
3. plotly:::correct_orca()
4. processx::run("orca", "-h")
5. throw(new_process_error(res, call = sys.call(), echo = echo, ...
x System command 'orca' failed, exit status: 127, stderr empty

I am running this code on:
RStudio: Version 1.4.1717
R-4.0.4
orca-1.3.3

Have no clue about this error, appreciate help from you guys.
Thanks,
Xuan

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