Peter Sobolewski

Results 761 comments of Peter Sobolewski

Thanks for the info @will-moore So we probably do have an issue here then. I've only been testing with my default group and i have admin permissions, so...

This is pretty cool! I'm going to chime in that using the Shapes lasso tool to label -- which lets you correct a bit if needed easily -- and then...

This makes sense to me... @will-moore can you take a look as well? I think you're the expert on this 😄

It certainly *should not* be needed to manually install the ice binaries. We want this package to work via the napari plugin installer and in the napari bundle app. So...

Ok, so we can exclude any numpy or conda/pip shenanigans, as well as anything in this plugin. Looks like something might be off with the conda-forge ice package.

@zoccoler I can't replicate on macOS with python 3.11. Won't have linux access till tomorrow. Looking at your error, the code lines doesn't match the latest release, 5.21.0 . Can...

Hmm. So the ice package is the same build but the problem env is loading an ancient omero-py. I assume it's something to do with pins, where that 5.15 has...

This looks like the PR that fixed it in OMERO-py to open py311 support https://github.com/ome/omero-py/pull/385 So i think we *shuuld* pin to min 5.17 since we support py311 @zoccoler Can...

Also I can confirm that napari-omero plus omero-py 5.15 does not work on py311 on my mac. 5.17.0 is fine. So at a minimum we should bump the requirement, which...

I think this is the fix: https://github.com/conda-forge/omero-py-feedstock/pull/33