Henry Schreiner
Henry Schreiner
I'm thinking having `flow=True` doesn't make ever make sense, how about we just remove that argument for all of them?
We really need to find and fix that logging issue! So much useless output. Anyway, looks like at least one case is looking for conda and not finding it. That's...
All three of the other failures are due to `python -m venv` failing. For example `/usr/bin/python3 -m venv /tmp/pytest-of-tkloczko/pytest-1097/test_create_venv_backend0/venv` fails. Could you try that by hand?
Do you have python3-venv?
It still looks like `python -m venv` is failing; those three tests check the venv backend (which is only an opt-in backend and never actually required because we have virutalenv...
Yeah, I think `--exclude-warning-annotations` or something else specific to this plugin only would be better.
FYI, it's better to drop 3.6 than to keep supporting it but not provide binaries. If you drop it, then Python 3.6 remain happy with their previously built binaries. If...
Thought that error is caused by: https://github.com/opencv/opencv-python/blob/6b73d90fc3e50ba6858926d299b49f0228e19d68/setup.py#L189-L192 Which is incorrect, scikit-build already handles the platform[^1], and adding a platform this way will break some of the generators, like ninja above....
The fix for this is simple, and I'd like to try it after #312 - we should put cmake in the scripts dir, and then (the tricky part) make the...
> Is there a variable describing this location? There's a special folder in the wheel (the bin folder) that gets unpacked to the correct place. In scikit-build-core, it's `${SKBUILD_BIN_DIR}`. >...