This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
build-backend - build-wheel - interpreter path - when cross-compiling, got path to interpreter #1985
Closed
1 of 2 tasks
Bug Description
Hey all,
Attempting to use the build-backend to build wheels with cross-compile.
The command here, seems to pass
sys.executable
,maturin/maturin/__init__.py
Line 70 in 855f6d2
which passes the full path of the executable here
maturin/src/build_options.rs
Line 1174 in 855f6d2
I'm able to run the following, without any issues, though would like to be able to build with build-backend.
Are there any other options available?
Your maturin version (
maturin --version
)1.5.0
Your Python version (
python -V
)python 3.9.18
Your pip version (
pip -V
)pip 23.0.1
What bindings you're using
pyo3
Does
cargo build
work?If on windows, have you checked that you aren't accidentally using unix path (those with the forward slash
/
)?Steps to Reproduce
The text was updated successfully, but these errors were encountered: