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
I'm using R on my mac to try and save a plotly figure as a PDF using orca.
I have installed orca using: conda install -c plotly plotly-orca, and made sure it is in my PATH using:
But when I try saving my plotly object (pl below), I get:
orca(pl,"pl.pdf")
Error in `processx::run("orca", "-h")`:
! System command 'orca' failed
---
Exit status: 1
Stderr (last 10 lines, see `$stderr` for more):
at Module.load (node:internal/modules/cjs/loader:1288:32)
at Module._load (node:internal/modules/cjs/loader:1104:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/Users/rn/miniconda3/lib/node_modules/orca/bin/orca.js'
]
}
Node.js v20.17.0
---
Type .Last.error to see the more details.
Note that npm is in my /usr/local/bin, which is part of PATH.
Hi,
I'm using
Ron my mac to try and save aplotlyfigure as aPDFusingorca.I have installed
orcausing:conda install -c plotly plotly-orca, and made sure it is in myPATHusing:Which then appears in
PATH:But when I try saving my
plotlyobject (plbelow), I get:Note that
npmis in my/usr/local/bin, which is part ofPATH.Thanks