ome / omero-documentation

Sphinx-based documentation for the Open Microscopy Environment
https://omero.readthedocs.io
BSD 2-Clause "Simplified" License
22 stars 51 forks source link

Add -c conda-forge tip to note #2429

Closed will-moore closed 5 months ago

will-moore commented 5 months ago

Following discussion in dev and testing

For me, this didn't work:

conda create -n myenv_test python=3.11
conda activate myenv_test
pip install https://github.com/glencoesoftware/zeroc-ice-py-macos-universal2/releases/download/20240131/zeroc_ice-3.6.5-cp311-cp311-macosx_11_0_universal2.whl

giving errors as reported in the docs.

But including -c conda_forge when creating the environment did work.

Seb: "confirmed that running pip debug on conda create -n test_forge -c conda_forge python=3.11 vs conda create -n test_no_forge python=3.11 gives completely different set of tags (I am on Intel Mac so that's not M1/M2 specific)"

So, this PR adds -c conda_forge as an option for users to try.

will-moore commented 5 months ago

Anything else to fix here? Good to merge?

will-moore commented 5 months ago

I was going to refer to these changes to maybe help user at https://github.com/ome/omero-py/issues/409#issuecomment-2158590861