Nanobind example with setup tools #514
Unanswered
petrasvestartas
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Do you use scikit_build_core as a backend? It works fine for me and they also (experimentally) support editable builds -> https://scikit-build-core.readthedocs.io/en/latest/configuration.html#editable-installs Maybe that helps you? |
Beta Was this translation helpful? Give feedback.
5 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.
-
Hi,
I can install nanobind example in my python in non-editable mode:
C:/Users/petras/.rhinocode/py39-rh8/python.exe -m pip install .
Although, I cannot run editable install though with -e:
C:/Users/petras/.rhinocode/py39-rh8/python.exe -m pip install -e .
Any idea why?
Beta Was this translation helpful? Give feedback.
All reactions