Replies: 2 comments
-
Not sure, but in general aligned versions of these are a C++17 feature, which is in turn a strict nanobind requirement. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The culprit was a
setting in the github actions yaml. This apparently removes all other env settings, including the ones |
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
-
I'm trying to build a nanobind project on GitHub's macos runners. My
pyproject.toml
includesand the runner reports
Still, I'm getting
Any idea what might be going wrong?
Edit:
Somehow it falls back to macosx 10.9:
Investigating...
Ref.: pypa/cibuildwheel#1636
Beta Was this translation helpful? Give feedback.
All reactions