You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, am running Ubuntu 18.04 and am trying to install orca. It is installed, but I can't get it to work. I have followed the instructions and also looked at previous issues, but it hasn't helped.
library(plotly)
if (!require("processx")) install.packages("processx")
fig <- plot_ly(z = ~volcano) %>% add_surface()
orca(fig, "surface-plot.svg")
Error: The orca command-line utility is required for this functionality.
Please follow the installation instructions here -- https://github.com/plotly/orca#installation
$ sudo apt-get install xvfb
#!/bin/bash
xvfb-run -a /path/to/orca-X.Y.Z-x86_64.AppImage "$@"
But it still doesn't run.
The text was updated successfully, but these errors were encountered:
williamlai2
changed the title
electron cannot open display wneh running orca --help (Ubuntu)
electron cannot open display when running orca --help (Ubuntu)
Jan 31, 2022
Hi, am running Ubuntu 18.04 and am trying to install orca. It is installed, but I can't get it to work. I have followed the instructions and also looked at previous issues, but it hasn't helped.
I have installed these in ubuntu:
Looking at the location:
And testing the export: https://plotly.com/r/static-image-export/
I have also tried the headless server configuration:
But it still doesn't run.
The text was updated successfully, but these errors were encountered: