Wolf Vollprecht
Wolf Vollprecht
Given that a number of users have reported this issue in conda-forge, I suspect that it's not `pixi` specific. I will engage on the conda-forge thread to see how we...
This was fixed in conda-forge. Unfortunately, some people might have to update lockfiles to get the fix in.
Yes, you can add `skip: ["osx"]` to the `build` section (or any other condition, like `skip: ["osx and foo"]`. Let me know if that works!
Aren't there two options? - We wait for `python` to be installed and query the ABI tag from the interpreter. The `python` interpreter needs to be available anyways to do...
With `rattler` & `pixi` we are linking all files in parallel and might not have Python available when we are starting to link the first noarch packages. I think ideally...
If you have an environment you can also search the JSON files in the conda-meta folder
I just ticked a few items relating to v2 recipe format.
Do you know if all indexes support the JSON format that we use when getting metadata?
Hi @najose – yes, that is super reasonable. Do you want to make the PR or should I go ahead?