You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: