jaimergp

Results 1316 comments of jaimergp

Can you upgrade your conda-libmamba-solver, libmambapy and libmamba versions to see if it works with libmamba 2.x?

Agreed. Most of the conda ecosystem is on `ruamel.yaml` these days I think?

Looking at the recipe, you definitely need `python` in that [`meta.yaml` requirements](https://github.com/esrf-bliss/Lima-camera-simulator/blob/c967f040f1b174f8d4bd51ce7e383f5817c976fc/conda/tango/meta.yaml#L19-L26). It's good practice to be explicit about the direct dependencies. I'd add a `host` section with `python` and...

Do you have a link to the artifacts themselves? Maybe there's something wrong with their "noarchness", because the plugin is being extracted its "noarch path" (starts with `site-packages`) instead of...

I took a look and these are my findings. I can't reproduce your issue with latest conda. This is what I did, assuming the artifacts have been downloaded to a...

Yes, I understand why now. The direct path/URL works because the solver doesn't have to be involved and `conda` parses the internal JSON metadata directly, which correctly points out that...

I'll move this to `conda-libmamba-solver` because it's a "bug" there, not in `conda`. `--solver=classic` should work, btw.

Linking some resources in the context of the recently approved PEP 770, which might come handy: * The PEP itself: https://peps.python.org/pep-0770/ * More content at https://github.com/psf/sboms-for-python-packages (don't miss the issue...

> I couldn't find an equivalent to the annobin plugin for LLVM or MSVC According to the [their docs](https://sourceware.org/annobin/annobin.html/Configure-Options.html), they also have a Clang and LLVM plugin (but for ELF...

xref https://github.com/conda-forge/cfep/pull/64