ome / omero-py

Python project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
20 stars 31 forks source link

Update README to use -c conda-forge #397

Closed joshmoore closed 4 months ago

joshmoore commented 4 months ago

see https://github.com/ome/omero-py/issues/379#issuecomment-1936583831

jburel commented 4 months ago

Does it mean the correct version of ice is installed? The reason we reverted to use the ome conda channel was because ice 3.7 bindings were installed when using the conda-forge channel and in many cases, building binding Ice does not work

see https://github.com/ome/omero-py/pull/369

joshmoore commented 4 months ago

for me -c ome is no longer working because of arm, so I'm solely using conda-forge these days. I'm not sure how Ice 3.7 would be downloaded based on https://github.com/conda-forge/omero-py-feedstock/blob/main/recipe/meta.yaml#L35

jburel commented 4 months ago

Things might have changed I re-ran https://github.com/ome/omero-py/pull/332 and it works fine

jburel commented 4 months ago

corresponding web PR https://github.com/ome/omero-web/pull/533