I actually done that twice because I was also feeling that may be there is some issue with conda environment activation but it is not indeed, and also I tried with environment 3.13 as well 3.12 and I got error
LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides __glibc >=2.39 needed by sysroot_linux-64-2.39-hc4b9eeb_5
Could not solve for environment specs
The following package could not be installed
└─ sysroot_linux-64 ==2.39 hc4b9eeb_5 is not installable because it requires
└─ __glibc >=2.39 *, which is missing on the system.
My system has glibc 2.35, so the solver cannot satisfy the sysroot requirement. (using wsl environment with ubuntu 22.04 lts (jammy)
Now I am thinking of using docker sagemath/sagemath:develop and test there.
(I think I had to upgrade wsl to may be 24 as it comes with libc 2.39/higher, but may be it can break existing things of mine).