-
-
Notifications
You must be signed in to change notification settings - Fork 451
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Solution to issue cannot be found in the documentation.
- I checked the documentation.
Issue
Cross posting from here
I use a Google Colab notebook to allow users to run my software pipeline. By default, I do this by installing the latest miniforge release, then installing some packages into the miniforge base env.
The notebook can be found here https://colab.research.google.com/github/gbouras13/phold/blob/main/run_pharokka_and_phold_and_phynteny.ipynb
This user reported an unusual error with mamba itself causing conflicts (see the issue linked above in Phold)
LibMambaUnsatisfiableError: Encountered problems while solving:
package libmamba-2.3.3-hae34dd5_0 requires libarchive >=3.8.2,<3.9.0a0, but none of the providers can be installedWhen I replace the miniforge install in the notebook with the previous release as follows :
#wget -qnc https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh
wget -qnc https://github.com/conda-forge/miniforge/releases/download/25.3.1-0/Miniforge3-25.3.1-0-Linux-x86_64.shThe notebook runs without error
George
Installed packages
NA - no installed packagesEnvironment info
base environment Python 3.12 with miniforge 25.9.1Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working