ome / omero-cli-zarr

https://pypi.org/project/omero-cli-zarr/
GNU General Public License v2.0
15 stars 10 forks source link

Installation instructions #127

Open will-moore opened 2 years ago

will-moore commented 2 years ago

See https://github.com/ome/omero-cli-zarr/pull/123#issuecomment-1203753571

Naively installing in a clean env...

conda create -n myenv python=3.8
conda activate myenv
pip install omero-cli-zarr

...
ERROR: Failed building wheel for zeroc-ice
...
error: legacy-install-failure

× Encountered error while trying to install package.
╰─> zeroc-ice

Need to tell users to install omero-py first (as described on omero-py README)

cc @pwalczysko