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

Orca system error: orca(fig,"my_file.pdf") Error in processx::run("orca", "-h") : System command error #358

Open
opalhuang opened this issue Jan 17, 2021 · 0 comments

Comments

@opalhuang
Copy link

opalhuang commented Jan 17, 2021

I tried to use the orca() function in the plotly package, but after installing the command line utility of orca using the following command:

conda create -n my_root --clone="/usr/local/anaconda3"

it says

Source: /usr/local/anaconda3
Destination: /home/trg710/.conda/envs/my_root
The following packages cannot be cloned out of the root environment:

  • conda-env-2.6.0-h36134e3_1
  • conda-4.3.27-py36h2866c0b_0
  • conda-build-3.0.23-py36h1da9bb0_0
    Packages: 232
    Files: 0

To activate this environment, use:

source activate my_root

To deactivate an active environment, use:

source deactivate

Then I enter

source /usr/local/anaconda3/bin/activate my_root
conda install -c plotly plotly-orca

Output on the screen

The following NEW packages will be INSTALLED:

plotly-orca: 1.3.1-1 plotly

Proceed ([y]/n)? y

Once it's successfully installed, I ran the R command orca() and got the following error.

orca(fig,"my_file.pdf")
Error in processx::run("orca", "-h") : System command error.

Not sure how to proceed. I couldn't find any resolved comments on this platform. If anyone could help that'd be great.

Thanks,
LOH

@opalhuang opalhuang changed the title Orca system error: orca(fig,"radar_cmt_cls1.pdf") Error in processx::run("orca", "-h") : System command error Orca system error: orca(fig,"my_file.pdf") Error in processx::run("orca", "-h") : System command error Jan 17, 2021
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