jaimergp
jaimergp
Let me take a look at https://github.com/conda-forge/devbio-napari-feedstock/pull/27 and see if we can make it pass!
Merged. Let's see if it works!
What type of modifications would you need in an existing .desktop file or .app bundle? Are they common enough to be automated with some schema or are we talking about...
That might be a libmamba v2 reporting artifact. It would be interesting to see the verbose `-vvv` logs to peak into the internal handling.
I can reproduce locally. The following alternative works in the meantime: ``` conda install "pytorch=2.3.1=*cuda11.8*" python=3.10 -c pytorch -c nvidia/label/cuda-11.8.0 -c nvidia --platform=linux-64 ``` I checked with `micromamba` v2 and...
Opened https://github.com/mamba-org/mamba/issues/3699
That output corresponds to `--solver=classic` 🤔
You are missing the configuration file to define `c` in the `compiler('c')`. Probably under the `.ci_support` directory, if you are packaging `simplejson`. Use the `-m` flag to pass it as...
Speaking of benchmarks, these days I've seen codspeed.io being used quite successfully in conda/conda and others. Might be worth studying if it fits the use case here! I'm not sure...
In the meantime we could tell the linter to require quotes all the time (only half kidding).