Bug report
Bug description:
Following #142469, I tried using the cpython pixi recipe to build another package from sources:
[workspace]
channels = ["conda-forge"]
platforms = ["linux-64", "osx-arm64"]
preview = ["pixi-build"]
[dependencies]
python = { git = "https://github.com/python/cpython", subdirectory = "Tools/pixi-packages/default" }
[pypi-dependencies]
packagehelloworld = "*"
The above fails with pixi 0.62:
Error: × failed to solve the pypi requirements of environment 'default' for platform 'linux-64'
╰─▶ No Python interpreter found in the dependencies
help: Try: pixi add python
CC @lucascolley
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Bug report
Bug description:
Following #142469, I tried using the cpython pixi recipe to build another package from sources:
The above fails with pixi 0.62:
CC @lucascolley
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux