MicrosoftDocs / WSL

Source code behind the Windows Subsystem for Linux documentation.
https://docs.microsoft.com/windows/wsl
Other
1.9k stars 563 forks source link

Conda needs libmamba or it gets stuck on "solving" #1768

Open mpouttu opened 1 year ago

mpouttu commented 1 year ago

Documentation Issue

When I followed these instructions for conda install of PyTorch it got stuck on solving forever.

Link to documentation page

https://learn.microsoft.com/en-us/windows/wsl/tutorials/gpu-compute

Suggested Improvements

Realistically conda needs the new libmamba solver to make it usable for any large package development. Please include the instructions for installing libmamba whereever conda is used:

sudo conda update -n base conda

sudo conda install -n base conda-libmamba-solver

conda config --set solver libmamba

https://www.anaconda.com/blog/a-faster-conda-for-a-growing-community

mattwojo commented 1 year ago

@crahrig can you help with this?