-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
omero-py incompatibility with Python 3.9.19 #409
Comments
Hi, |
Hi Will, Sorry for the late reply. I am using macOS 14.4.1. I tried installing omero-py using both pip and conda. Using pip: pip install omero-py didn't work at all and threw a "Failed to build zeroc-ice" error. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Applications/anaconda3/envs/omero18/include -I/Applications/anaconda3/envs/omero18/include -fPIC -O2 -isystem /Applications/anaconda3/envs/omero18/include -arch x86_64 -DICE_STATIC_LIBS -Isrc -Isrc/ice/cpp/include -Isrc/ice/cpp/src -I/Applications/anaconda3/envs/omero18/include/python3.9 -c src/BatchRequestInterceptor.cpp -o build/temp.macosx-10.9-x86_64-cpython-39/src/BatchRequestInterceptor.o -w note: This error originates from a subprocess, and is likely not a problem with pip. |
When using conda, you should use conda-forge to install ice
We recently updated install instructions with other alternatives based on pre-built ice binaries. Have a look at: https://omero.readthedocs.io/en/stable/developers/Python.html |
Thanks for your response. It works when I relax the Python patch version constraint. However, setting the patch version specifically to 3.9.19 doesn't work. |
Great that is works with |
I worked on a tool that utilizes the omero-py package. The GitHub Actions workflow for this tool uses Python 3.9.19 for running tests, which causes the tests to fail. Since the GitHub Actions are also used for other tools, we do not want to restrict the Python patch version |
Is there any remaining issue here or can this be closed? |
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?
The text was updated successfully, but these errors were encountered: