Skip to content

stub generation: typing extensions requirement #553

Closed Answered by kj4tmp
kj4tmp asked this question in Q&A
Discussion options

You must be logged in to vote

the issue resolved itself after i added this to my pyproject.toml (as described in https://nanobind.readthedocs.io/en/latest/packaging.html#step-6-build-wheels-in-the-cloud)

[tool.cibuildwheel]
# Necessary to see build output from the actual compilation
build-verbosity = 1

# Optional: run pytest to ensure that the package was correctly built
# test-command = "pytest {project}/tests"
# test-requires = "pytest"

# Needed for full C++17 support on macOS
[tool.cibuildwheel.macos.environment]
MACOSX_DEPLOYMENT_TARGET = "10.14"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kj4tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant