From 69dcfdaa99d9bd6a2a95ed9759c2391787510645 Mon Sep 17 00:00:00 2001 From: Bharat Raghunathan Date: Sun, 14 Apr 2019 12:03:55 +0530 Subject: [PATCH 1/2] Update README.md for possible collision of `orca` executable --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e5ab4ce57ed..6a5a0268377 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,12 @@ and orca can be installed according to the instructions in the [orca README](htt ## Migration If you're migrating from plotly.py version 2, please check out the [migration guide](migration-guide.md) +## Troubleshooting +### Wrong Executable found +If you meet issues with the `orca` executable not being the correct one, this may be due to another executable with the same name existing on your system. Please specify the complete path to the Plotly-Orca binary that you downloaded (for instance in the Miniconda folder) with the following command: + +`plotly.io.orca.config.executable = '/home/your_name/miniconda3/bin/orca'` + ## Copyright and Licenses Code and documentation copyright 2019 Plotly, Inc. From c1764cc84b8423ddf2db1bd06d0cd4140ee453f7 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Sat, 17 Aug 2019 05:39:12 -0400 Subject: [PATCH 2/2] Move to the "Static Image Export" section Moved troubleshooting section inside the "Static Image Export" section. Updates to wording --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6a5a0268377..74d32e80fc2 100644 --- a/README.md +++ b/README.md @@ -162,15 +162,15 @@ pip install psutil and orca can be installed according to the instructions in the [orca README](https://github.com/plotly/orca). -## Migration -If you're migrating from plotly.py version 2, please check out the [migration guide](migration-guide.md) - -## Troubleshooting -### Wrong Executable found -If you meet issues with the `orca` executable not being the correct one, this may be due to another executable with the same name existing on your system. Please specify the complete path to the Plotly-Orca binary that you downloaded (for instance in the Miniconda folder) with the following command: +#### Troubleshooting +##### Wrong Executable found +If you get an error message stating that the `orca` executable that was found is not valid, this may be because another executable with the same name was found on your system. Please specify the complete path to the Plotly-Orca binary that you downloaded (for instance in the Miniconda folder) with the following command: `plotly.io.orca.config.executable = '/home/your_name/miniconda3/bin/orca'` +## Migration +If you're migrating from plotly.py version 2, please check out the [migration guide](migration-guide.md) + ## Copyright and Licenses Code and documentation copyright 2019 Plotly, Inc.