Skip to content

Commit be7e6e9

Browse files
authored
add troubleshooting to README
1 parent 42044b9 commit be7e6e9

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,17 @@ A module may be in CellProfiler-plugins instead of CellProfiler itself because:
1212
- it has been contributed by a community member
1313

1414
Please see our [CellProfiler-plugins documentation](https://plugins.cellprofiler.org) for more information about installation, currently supported plugins, and how to contribute.
15+
16+
## Troubleshooting
17+
18+
If CellProfiler won't open after setting the CellProfiler Plugins folder (and it returns `error: no commands supplied` in the terminal), it is likely because you have set the CellProfiler Plugins folder to the parent folder of the plugins repository (`CellProfiler-plugins`), not the folder that contains plugins (`CellProfiler-plugins/active_plugins`).
19+
20+
In order to get CellProfiler to open, remove `setup.py` from the `CellProfiler-plugins` folder.
21+
Open CellProfiler.
22+
Change the CellProfiler Plugins path to the correct path and close CellProfiler.
23+
Return setup.py to the parent folder.
24+
OR
25+
Alternatively, you can edit the `PluginDirectory` line of your config to the correct path and then reload CellProfiler.
26+
On Mac, you can find the config at `/Users/{username}/Library/Preferences/CellProfilerLocal.cfg`
27+
28+
For other troubleshooting information, please see the [Troubleshooting](https://plugins.cellprofiler.org/troubleshooting.html) page of our documentation.

0 commit comments

Comments
 (0)