Replies: 1 comment
-
|
see #2641 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having a very high level of frustration trying to build windows wheels for a project in this PR switching pybind to nanobind.
I tried tons of things in CI but scikit/cmake keeps finding the wrong Python libraries because
vcpkgdoes its own CMake config (nanobindvcpkg unfortunately pulls in Python). I won't list everything I tried, but this I would've expected to work in the worst case:I didn't expect
$env:PY_EXEto work and it doesn't but when I look at scikit logs, the2025-10-25 19:03:07,586 - scikit_build_core - DEBUG - RUNENV:section doesn't list any of them and then the cmake configure misses the values (and it does contain all others I set via GITHUB_ENV, so the system env vars are taken into account during scikit build)`
Does anyone know how to pass the right python paths to the scikit cmake bulid with this software combo on Windows GHA?
Beta Was this translation helpful? Give feedback.
All reactions