mccruz07
mccruz07
Apparently the Math error we’re seeing here is coming from the axis_minor_length function inside regionprop.py from scikit-image. The return value of this function should be a sqrt(10 * (-ev[0] +...
Hi @bethac07, Marine and I looked again in to this issue and downgrading scikit-image to
Hi @pascalschulthess , Sorry to hear that, can you please run: pip3 install attrdict pip3 install sip==5.5.0 before attempting to install wxPython? We'll update the instructions. Best, Mario
Can you try: ``` pip uninstall centrosome pip install --no-cache-dir --no-deps --no-build-isolation centrosome ``` Then you can try: `python3 -m cellprofiler` If you receive a matplotlib error you can: ```...
Sure, here is the conda list: ``` > conda list # packages in environment at /Users/mcruz/opt/anaconda3/envs/omnipose: # # Name Version Build Channel aom 3.5.0 h7ea286d_0 conda-forge appnope 0.1.3 pypi_0 pypi...
Hey @kevinjohncutler Sorry to bother you again, but the initial issue was resolved using the --all_channels flag, but now I'm seeing another error: ``` > python -m omnipose --train --use_gpu...
Hi @kevinjohncutler, Thanks for all your work! I can confirm the GPU support for Mac M1/2 with your modifications, but unfortunately I'm receiving an Attribute error while trying to train...
@kevinjohncutler Thank you! But know I'm reciving the follow error: /Users/mcruz/opt/anaconda3/envs/omnipose/lib/python3.10/site-packages/cellpose/core.py:1111: UserWarning: The operator 'aten::linalg_vector_norm' is not currently supported on the MPS backend and will fall back to run on...