Skip to content
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 not updating with the latest openssl #568

Open
helannivas opened this issue Nov 13, 2024 · 3 comments
Open

Conda not updating with the latest openssl #568

helannivas opened this issue Nov 13, 2024 · 3 comments

Comments

@helannivas
Copy link

Hello

I have upgraded to latest conda version (24.9.2) on our linux platform and when I check the openssl package , it still in 3.1.7 version. THe latest version on the anaconda portal is 3.4.0,

When I tried to run the conda install openssl , it says the requested package has been installed already.

I do have solver as libmamba and channel priroity as strict. When I run below command

conda search openssl --info, it says the latest version 3.4.0 has below dependencies

__glibc >=2.17,<3.0.a0
ca-certificates
libgcc >=13

But I have met all the three dependencies , but still I cannot install the latest openssl package. Can you please help me to resolve the issue?

Thanks

@jaimergp
Copy link
Contributor

What's the output of conda update openssl?

@helannivas
Copy link
Author

I'm getting the same output.

All requested packages already installed

@jaimergp
Copy link
Contributor

Ok, that means something is holding your package back. You can force a conflict report with conda install openssl=3.4.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants