Open olivier-lacroix opened 8 months ago
Sure, but then we also need to support no build isolation, so that uv actually uses that environment, and not solves its own and hence would never use the conda resolved one: https://github.com/prefix-dev/pixi/issues/1124
@tdejager Would the now be able to be introduced as well? Since we now have no-build-isolation
.
Yes, but we would need to either install them as pypi dependencies giving you a chicken and egg problem, as it might be part of the default prefix.
or we need to interpret them as PyPI dependencies which part of a bigger feature I suppose.
During pixi init from a pyproject.toml, it would be nice if pixi read the
build-system.requires
in some way, and maybe created a 'build' environment that would be used to build python packagesOriginally posted by @pavelzw in https://github.com/prefix-dev/pixi/issues/1084#issuecomment-2027067605