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
A clear and concise description of what the bug is.
12
+
13
+
**To Reproduce**
14
+
Steps to reproduce the behavior:
15
+
1. Go to '...'
16
+
2. Click on '....'
17
+
3. Scroll down to '....'
18
+
4. See error
19
+
20
+
**Run log**
21
+
Please post all command line/notebook output for us to understand the problem. For this please make sure you are running with verbose mode on. So command line, with `--verbose` tag, or in a notebook first run
22
+
```from cellpose import io
23
+
logger = io.logger_setup()
24
+
```
25
+
before running any Cellpose functions.
26
+
27
+
**Screenshots**
28
+
If applicable, add screenshots to help explain your problem.
about: problems installing cellpose with or without GPU support
4
+
title: "[INSTALL]"
5
+
labels: install
6
+
assignees: ''
7
+
8
+
---
9
+
10
+
**Install problem**
11
+
Let us know what issues you are having with installation.
12
+
13
+
**Environment info**
14
+
Please run `conda list` in your cellpose environment in the terminal / anaconda prompt to let us know your software versions.
15
+
16
+
**Run log**
17
+
Please post all command line/notebook output for us to understand the problem. For this please make sure you are running with verbose mode on. So command line, with `--verbose` tag, or in a notebook first run
0 commit comments