-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to build this package in place ? #70
Comments
scikit-build-core does not support editable installs yet. See scikit-build/scikit-build-core#114. It's one of the next features I'm planning on working on, but it's not supported yet. If you set |
Thanks for the quick answer, I will give it a try. |
@henryiii Hello henryiii, how to specify Tried |
It's a feature of the build backend (scikit-build-core, in this case). You can do [tool.scikit-build]
build-dir = "build" (though, if setting in pyproject.toml, I'd use See https://scikit-build-core.readthedocs.io/en/latest/configuration.html#other-options. |
Thanks for the great examples and sorry for the naive question, but I am not a python packaging expert, but when I do:
And I don't know where to start to fix this error.
Maybe proposing a setup.py like this one. But the information are quite redundant with the pyproject.toml.
The text was updated successfully, but these errors were encountered: