Henry Schreiner

Results 2513 comments of Henry Schreiner

0.11.2 is out and this now produces a warning and then self-corrects! This fix is live on the WebAssembly version due to the fact it's a patch release.

https://github.com/abravalheri/validate-pyproject/issues/197 proposes fixing the warning.

You can't have a relative link between site-packages and the data folder. It depends on when the wheel is unpacked, and can't be pre-computed when making the wheel. Is that...

Looked like nothing started up, so likely a CI Flake? Multiple jobs failed in 0 seconds.

Ahh, it's the same issue, artifacts v1 (upload/download v1 and v2) are either in brown out or we passed the phase out deadline (the URL doesn't really say, it just...

Hmm, no, it's only directories (packages). If all it is is a wrapper, you should install to `SKBUILD_SCRIPTS_DIR` (you need to use `experimental=True` + `wheel.install-dir = "/scripts"` or install to...

We run on Travis CI to ensure cibuildwheel users can use Travis CI. It's really a service to Travis CI; testing on Travis means we can list Travis as a...

Scikit-build-core should try to build with the compiler used to compile Python. So if you used an MSVC-compiled Python, you'll likely see the above. If you used a Python built...

> If you used a Python built with MinGW, it should work out of the box. We test this, actually: https://github.com/scikit-build/scikit-build-core/blob/ca529d62164989c59b5740a39f6f19667dffc93b/.github/workflows/ci.yml#L294 Though MSVC might still be detectable, so maybe we...