omero-py icon indicating copy to clipboard operation
omero-py copied to clipboard

Python project containing Ice remoting code for OMERO

Results 80 omero-py issues
Sort by recently updated
recently updated
newest added

Hi Omero, I've been trying to install omero-py with Python 3.9.19 on macOS, but I'm facing package incompatibility issues. Is it possible to get this resolved?

migrate changes from: https://github.com/ome/openmicroscopy/pull/4777 related discussion: https://github.com/ome/design/blob/master/OME001/index.md

migrate code from openmicroscopy and fix flake8 see: https://github.com/ome/openmicroscopy/pull/5914/commits/8442eedafb964fec72ac3b6a8b08a67799bfcab8 https://forum.image.sc/t/set-user-default-group-from-command-line/35171 ---- Adding a parameter to set a user's default group when joining a new group, and a helper function to...

Rather than needing to update omero-py each time a new env variable needs passing to a script, this adds the ``` omero.processor.env_vars ``` property which can be updated. Likely needs...

This PR introduces a job testing the installation of omero-py in a conda env and connect to IDR The installation is done on MAc, Windows and Ubuntu. This follows a...

Hey OME, I found that the HTTP(S) PROXY env vars do not get forwarded to the subprocess on the processor (running the scripts). So my script could not access the...

Initial work on a jstack command which allows `omero admin jstack` to determine the pid of the given process ("Blitz-0" by default) and pass that to the local `jstack` tool....

Currently, if we want to find the numpy pixels type for an Image, we have to duplicate code from the BlitzGateway, as in https://github.com/ome/omero-cli-zarr/pull/157/files This PR aims to avoid that...

exclude

Log files like e.g. the `Blitz-0.log` are containing references to files being uploaded by users, i.e. there is no reasonable assumption that can be made over what people will put...