Opening this issue to see if there's interest to add other package managers for runtime environments? The conda plugin is fairly big since it needs to create new environments—but I'd love to have a very simple plugin to activate a virtual environment from e.g. mamba, micromamba, or pixi.
Despite conda now using libmamba (as mentioned in #33596), many people use other package managers. Not having to play with fire (I had to set ‘alias conda=mamba’) to use ray would be much appreciated. This seems like a shame since using any environment, from any package manager, is a fairly simple task with a small runtime plugin with _modifycontext.
There has been much progress in the development of package managers since (ana/mini)conda. Some of them are much smaller and easier to install on HPC (micromamba), others allow the centralised development of multiple conda+pip environments (pixi). Having the option to support running workers in these environments would maximise usability of ray outside conda.
Description
Opening this issue to see if there's interest to add other package managers for runtime environments? The conda plugin is fairly big since it needs to create new environments—but I'd love to have a very simple plugin to activate a virtual environment from e.g. mamba, micromamba, or pixi.
Despite conda now using libmamba (as mentioned in #33596), many people use other package managers. Not having to play with fire (I had to set ‘alias conda=mamba’) to use ray would be much appreciated. This seems like a shame since using any environment, from any package manager, is a fairly simple task with a small runtime plugin with _modifycontext.
I'd be happy to contribute a small plugin for pixi (https://github.com/prefix-dev/pixi).
Use case
There has been much progress in the development of package managers since (ana/mini)conda. Some of them are much smaller and easier to install on HPC (micromamba), others allow the centralised development of multiple conda+pip environments (pixi). Having the option to support running workers in these environments would maximise usability of ray outside conda.