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
Copy file name to clipboardExpand all lines: documentation/CP-plugins-documentation/runcellpose.md
+23-11Lines changed: 23 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@ See [Using plugins - Using Docker](using_plugins.md/#using-docker-to-bypass-inst
6
6
You can also this module using Cellpose installed to the same Python environment as CellProfiler.
7
7
See [Using plugins - Installing dependencies](using_plugins.md/#installing-plugins-with-dependencies-using-cellprofiler-from-source) for more information on installing dependencies for CellProfiler plugins.
8
8
9
+
## Troubleshooting
10
+
11
+
If you are running RunCellpose in a docker and you get an error like this:
12
+
`No such file or directory: '/Users/eweisbar/Documents/CPoutput/.cellprofiler_temp/c564a507-17e5-4256-837d-6e1d59892524/img/c564a507-17e5-4256-837d-6e1d59892524_seg.npy`
13
+
It is likely an issue with running out of memory in the Docker.
14
+
See [this Github issue](https://github.com/CellProfiler/CellProfiler-plugins/issues/243) for more information.
15
+
9
16
## Installing Cellpose in the same Python environment as CellProfiler
10
17
11
18
We provide some information below about installations that have worked for us.
If you have a previous version of torch installed, make sure to run `pip uninstall torch` first.
89
98
99
+
If you have a previous version of torch installed, make sure to run `pip uninstall torch` first.
90
100
91
101
**NOTE**: You might get a warning like this:
92
-
```
102
+
103
+
```bash
93
104
W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found
94
105
2022-05-26 20:24:21.906286: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
95
106
```
107
+
96
108
If you don't have a GPU, this is not a problem.
97
109
If you do, your configuration is incorrect and you need to try reinstalling drivers and the correct version of CUDA for your system.
0 commit comments