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
Galaxy was installed in a WSL2-hosted Ubuntu 22.04 environment where conda was already present. The existing conda is conda-version 23.3.1 installed from mambaforge.
Galaxy Version and/or server at which you observed the bug
Galaxy Version: 23.1
Commit: ec017ff
To Reproduce
Steps to reproduce the behavior:
Clone Galaxy source code.
In an existing conda base environment (details above) run the run.sh in the Galaxy source directory
Create an admin account and try and install a tool
The error described is shown in the logs.
Expected behavior
The libmamba solver is not automatically available in conda. If it is not present, Galaxy needs to install it (conda install -n base conda-libmamba-solver) or notify the admin to do so. In fact, activating the conda that Galaxy installs in database/dependencies/_conda and running this command solves this problem.
The text was updated successfully, but these errors were encountered:
I was describing the same problem to @nsoranzo ~2 months ago. Literally happens out of the box, directly on linux VM or laptop, and it does not help clearing any reasonable caches or updating pip/conda etc.
Describe the bug
In a newly installed Galaxy, running from
run.sh
, when the system tries to install packages using conda the following error happens:Galaxy was installed in a WSL2-hosted Ubuntu 22.04 environment where conda was already present. The existing conda is conda-version 23.3.1 installed from mambaforge.
Galaxy Version and/or server at which you observed the bug
Galaxy Version: 23.1
Commit: ec017ff
To Reproduce
Steps to reproduce the behavior:
run.sh
in the Galaxy source directoryExpected behavior
The
libmamba
solver is not automatically available in conda. If it is not present, Galaxy needs to install it (conda install -n base conda-libmamba-solver
) or notify the admin to do so. In fact, activating the conda that Galaxy installs indatabase/dependencies/_conda
and running this command solves this problem.The text was updated successfully, but these errors were encountered: