rm-mol

Results 3 comments of rm-mol

Sure; I have modified that line so now my `conda_solver.py` looks like: ![image](https://github.com/conda/conda-lock/assets/93541751/437492ab-7495-4687-8553-ea77a6199144) So now if I run `conda-lock -f environment.yml` it returns (I don't see much difference) > Locking...

Ok great; `/home/rmolins/mambaforge/condabin/mamba --version` returns > mamba 1.5.3 > conda 23.11.0 I'm far from being an expert with Python environments so I wouldn't be surprised if `mamba` is messed up...

So I have updated mamba via conda using `conda update mamba` I did note this is apparently not recommended in [mamba doc,](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html) but at least now I have mamba 1.5.6....