Henry Schreiner
Henry Schreiner
Python does not store this information in the bytecode. Local annotations in a function can’t be accessed later. You’d need something like the syntactic macros PEP to access this sort...
Any known workarounds? The TypedDicts for pyproject.toml fields contain a lot of hyphens! #10322 looks related.
This is a general issue with all isolated builds and editable installs. If you make an isolated build, pip or uv makes an isolated environment, installs scikit-build-core and pybind11 into...
Could you try installing `virtualenv` as well (or `pip install "build[virtualenv]"`, if you prefer)? Looks like venv is failing to setup pip.
I'm not sure what's broken with venv there, but virtualenv is faster and more up-to-date than venv (since venv is built-in, and virtualenv is the PyPI package it was somewhat...
What's the status of this, is it safe to merge? I see "PoC" in the description, but it seems to be working? (Same with cmake)
I'll try to look at this soon, probably after Monday.
Sounds great, but I do worry a bit about https://github.com/sighingnow/libclang/issues/82 - the libclang project seems to be a bit behind.
Is there a way we could support either one? Maybe an extra for each (yet another case where default extras would be so nice to have!). I wouldn't want to...
That's really not accurate anyway, you can actually just tag a wheel instead of making multiple wheels. With scikit-build-core, that's just: ``` [tool.scikit-build] wheel.expand-macos-universal-tags = true ``` It's still a...