-
Notifications
You must be signed in to change notification settings - Fork 33
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
conda install issue #379
Comments
Are you using Python 3.11 by any chance? zeroc-ice 3.6 isn't available for 3.11 #360 (comment) |
Hi, I'm using python 3.8.17 - but I just figured out that the omero-py from the 'ome' conda channel installs just fine with no issues (whew!). So to sum up: installing using the conda-forge channel runs into a weird conda issue and breaks, using the bioconda channel has a version which requires a pretty old libssl1.0 which isn't available on some newer linux distros, but the one from the ome channel worked just fine with no issues. The documentation at https://omero.readthedocs.io/en/stable/users/cli/installation.html recommends conda-forge. So maybe this is just a matter of standardizing the packages from different channels and updating the docs |
Did you follow the notes from the README i.e.
|
Using CenOS 7 - the recommend install above and on README just doesn't work. The above install method gives me error when I import omero. I think it is to do with SSL version? |
Using a docker container running Centos7
It seems that using -c conda-forge failed. |
Thanks for the report |
My earlier report is based on running on our cluster using slurm/srun. It still gives me the error and it seems to be different from centos:7 install. |
I have started to use mamba instead of Conda. I found it much faster and if failure easier to find the source of the problem |
Oh, thanks for the tip. I shall try mamba. I have also sorted out the error. It was to do with sys path on Python. |
When installing as per the instructions, I find that the
However, using |
Why does the README here still use Using libmamba-solver (the default in conda now since Nov 2023 https://conda.org/blog/2023-11-06-conda-23-10-0-release): |
@brendanofallon: is this now working for you?
Just an oversight, @psobolewskiPhD: #397 |
Fixed in #407 |
HI there, I'm running into a strange issue trying to install omero-py via conda on RHEL 9 and Ubuntu 20.04. But the install command recommended in the documentation never works, for instance:
The OS always kills the conda install process midway through the install, and looks like the conda process is allocating way too much memory (just eyeballing memory usage on top, it increases rapidly while the command is running, until the OS finally just kills it). This happens repeatedly, every time I try that command, on both distros above. I'm not really sure if this is an omero-py issue, but conda appears to function normally for other packages I've tried to installed. My conda version is 23.5.2
Notably, installing from the bioconda channel (
conda install -c bioconda omero-py
) works fine, except that version appears to be older and requires libssl1.0, which is no longer supported (or even available) on RHEL 9.Let me know if I can provide any more info
The text was updated successfully, but these errors were encountered: