Any attempt to install this package has failed miserably for me, because of borked python-libmamba dependency. Any attempt to patch python-libmamba has also failed miserably for me.
Here's how I managed to install it: First, clone this repo Second, remove python-libmamba as a dependency in the PKGBUILD file.
Once conda is installed, run this command in conda:
conda config --set solver classic
This will tell conda to use the classic solver instead of libmamba. You will get an annoying message about missing libmamba every time you run the conda command. Also, you won't be able to use libmamba unless you manually move your base environment and manually install it:
conda install -n base conda-libmamba-solver
Pinned Comments
flying-sheep commented on 2025-01-06 13:01 (UTC)
You forgot to rebuild all your AUR python packages after that update. That's a necessary step and has nothing to do with our conda package.
See e.g. https://www.reddit.com/r/archlinux/comments/1hk2wii/comment/m3g11xz/
Please ask in the Arch BBS or on e.g. Reddit if you have further questions!