| conda create --name cellpose3 python=3.10 |
| conda activate cellpose3 |
| pip install cellpose[gui]==3.1.1.2 |
| cellpose |
| pip uninstall numpy |
| pip install numpy==1.26.4 |
| conda activate cellpose3 |
| cellpose |
| pip uninstall torch |
| pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126 |
| conda create --name cellpose3 python=3.10 |
| conda activate cellpose3 |
| pip install 'cellpose[gui]==3.1.1.2' |
| conda activate cellpose3 |
| conda install py-opencv==4.10 OR conda install -c conda-forge py-opencv==4.10 |
| pip install 'cellpose[gui]==3.1.1.2' |
| cellpose |
| conda install pyqt==5.15.10 OR conda install -c conda-forge pyqt==5.15.10 |
| pip uninstall numpy |
| pip install numpy==1.26.4 |
| conda activate cellpose3 |
| cellpose |