Why maturin develop doesn't support -i? #2708
Replies: 5 comments 4 replies
-
Also, how to pass python interpreter in -i of same one I am using in virtual env? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Then how to build a wheel of release profile with using target as universal2-apple-darwin + to be installed as editable I find that maturin pep517 doesn't support target |
Beta Was this translation helpful? Give feedback.
-
@messense but is it possible to use --target universal2-apple-darwin from uv i find how to pass build_args from uv to maturin, its cmd like this from above issue:
but it didnt worked for me, at all |
Beta Was this translation helpful? Give feedback.
-
@messense pep517 also don't support target when i manually ran maturin instead of uv? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In ci, i need to do some tests for that i need it to be installed as editable project which i achieved using this cmd.
but i need to use --target for apple devices(maybe in future we need it for windows too) like this
now, when using with target, i got this warning as shown in image in first command, then i tried giving it
-i to pass python version, but i think that's not supported
Beta Was this translation helpful? Give feedback.
All reactions