Docs: mark miniconda3 versions as deprecated#13151
Conversation
|
Hrm, I've got confused here. |
|
From #11690, isn't mambaforge the deprecated one (already marked as so)? Maybe we just need to update the miniconda version? |
|
Yeah, I don't follow the conda ecosystem closely but it seems like asdf and/or miniconda just has a problem installing, not that it's deprecated. Noted in the underlying issue, but it miniconda3 installs outside the application fine.
I'm not following what you're implying here. Are you suggesting we deprecate miniconda? It feels like there is more debugging to do here probably. |
Yes. Installing That's why you can install it without issues by jumping inside the Docker container directly -- those variables are not set.
We either deprecate miniconda in our app, or we build and expose the tools. Currently, we are not building miniconda3 for Ubuntu 26.04 and that's why it tries to install it --and fail. |
|
Yeah I feel like the answer here is to debug this more and to build it for Ubuntu 26, not deprecate.
Seems like CONDA_DEFAULT_ENV can trigger this, CONDA_PREFIX too if we set that. |
Related #13149