Hi,
I have been using conda in my Ubuntu 20.04/22.04 for the past couple of months. I have installed and used in multiple systems without any problem.
But now in my linux server I am not being able to install any tools as the process gets stuck at “solving the environment”. Even conda activation and “conda list” s taking more than 5 minutes to load.
Also I am having issue regarding the version of glibc. For example:
- zstd → libgcc-ng[version=‘>=10.3.0’] → __glibc[version=‘>=2.17’]
Whenever I try to install any of the tool, the process gets slower on solving the environment and then a list of package conflict is displayed as above and ends with the following message:
Your installed version is: 2.35
Note that strict channel priority may have removed packages required for satisfiability.
Even creating a new environment is not helping. Please help me to solve this issue.
Thank you.