Jonas Haag

Results 799 comments of Jonas Haag

I'm happy to merge any improvements. I don't use klaus a lot these days and when I use it then it's exclusively on a local dev machine

Would you be open to try to submit a fix for this?

To be honest I think this will be relatively hard to debug. If you are familiar with C++ debugging maybe you can backtrack from where the update message is printed...

Yes, unfortunately the code base is very complicated. Maybe it helps to compare what happens when you leave out the channel specification (in which case things should work correctly) and...

I'm not seeing that difference in the logs when I try this: ``` micromamba install zlib micromamba install conda-forge::zlib ``` But what's interesting is that there is this difference: ```...

Also, for `zlib` there is this in the logs: ``` info libmamba Adding job: zlib [...] info libsolv zlib-1.2.13-h03a7124_4 [193373]I ``` whereas for `conda-forge::zlib` both are missing.

I think this might actually be a bug in libsolv. My hypothesis is that it is falsely reporting `MAMBA_FORCE_REINSTALL=1`

Or maybe that's wrong and it always calls `add_reinstall_job` and the problem is somewhere in this code https://github.com/mamba-org/mamba/blob/05f1b9b6b3ba4fc7cdb23b9fdf7d23ebaac1461a/libmamba/src/core/solver.cpp#L301-L338

If you're open to trying Micromamba: it doesn't have those kinds of problems.

Just so it doesn't get lost somewhere in the thread: Micromamba shouldn't have those problems, try that!