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
Hi there,
FYI:
Following the suggested installation steps didn't work for me on Windows 11.
The process stuck in "solving environment" on the mamba env update step.
Installing conda-libmamba-solver before the installation of mamba helped: conda install -n base conda-libmamba-solver conda config --set solver libmamba
The text was updated successfully, but these errors were encountered:
Thanks for letting me know about this. I just tried following the standard instructions on a new Windows 11 system and it seemed to run OK. Those were:
Can you say where in this sequence mamba got stuck? I would have thought using mamba would be equivalent to setting the solver to libmamba and then running conda. Did I miss something there?
Although now that I look at it, it ended up creating the switch-pg environment in a weird subdirectory (miniconda3/Library/envs/switch-pg instead of miniconda3/envs/switch-pg) and doesn't seem to have added its name to conda's environment list. So not working perfectly!
Hi there,
FYI:
Following the suggested installation steps didn't work for me on Windows 11.
The process stuck in "solving environment" on the
mamba env update
step.Installing
conda-libmamba-solver
before the installation ofmamba
helped:conda install -n base conda-libmamba-solver
conda config --set solver libmamba
The text was updated successfully, but these errors were encountered: