System command 'orca' failed
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