Henry Schreiner
Henry Schreiner
There doesn't seem to be any information on why this failed in the traceback. Usually it printouts out while there somewhere. Are you capturing both stderr and stdout? Can we...
We don't know the final bin path relative to anything else, that's handled by the installer after it makes the wheel. There's no mechanism in installers to communicate it as...
Not very related, though, I wonder if we can set variables so that `install(... TYPE ...)` works?
> Discussions I'm not sure this would help much; maybe a little if you could get users to search the discussions first, but I think the average user is usually...
Issue forms _might_ help with issues like #485 . :) I do think we improve the docs based on common misunderstandings here, or the error messages (such as the message...
I think our default form should also add a label, so that we can tell issues like this one from the "help me" issues that fill out the form. _Usually_...
See https://py-free-threading.github.io for some info on free-threaded support.
FYI, 0.10 is out. It takes a bit for it to filter down everywhere (conda takes ~24 hours to pick it up), but just letting you know it's becoming available....
Is the current state of the PR the one that produces your first traceback? Might be an issue with pyproject-metadata - I've just rewritten the way this works in pyproject-metadata,...
```bash uv venv --python python3.13 uv pip install -e ../../scikit-build/scikit-build-core FORCE_COLOR=1 uv build --no-build-isolation --wheel ``` This reproduces, and you even get color in Python 3.13's traceback too! :) And...