Bug Description
Python wurde nicht gefunden; ohne Argumente ausf�hren, um aus dem Microsoft Store zu installieren, oder deaktivieren Sie diese Verkn�pfung unter "Einstellungen> Apps > Erweiterte App-Einstellungen > App-Ausf�hrungsaliase".
💥 maturin failed
Caused by: Trying to get metadata from the python interpreter 'python3' failed
Python is installed and set to correct version. If I run the same prompt but setting the initial working version of maturin to 1.12.1 then it works:
uvx maturin==1.12.1 build --release --target aarch64-unknown-linux-gnu --zig
working in a rust + python environment.
Your maturin version (maturin --version)
1.14.1
Your Python version (python -V)
3.13.7
Your pip version (pip -V)
25.3
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
winget install -e --id zig.zig
rustup target add aarch64-unknown-linux-gnu
uvx maturin build --release --target aarch64-unknown-linux-gnu --zig
Bug Description
Python wurde nicht gefunden; ohne Argumente ausf�hren, um aus dem Microsoft Store zu installieren, oder deaktivieren Sie diese Verkn�pfung unter "Einstellungen> Apps > Erweiterte App-Einstellungen > App-Ausf�hrungsaliase".
💥 maturin failed
Caused by: Trying to get metadata from the python interpreter 'python3' failed
Python is installed and set to correct version. If I run the same prompt but setting the initial working version of maturin to 1.12.1 then it works:
uvx maturin==1.12.1 build --release --target aarch64-unknown-linux-gnu --zig
working in a rust + python environment.
Your maturin version (
maturin --version)1.14.1
Your Python version (
python -V)3.13.7
Your pip version (
pip -V)25.3
What bindings you're using
pyo3
Does
cargo buildwork?If on windows, have you checked that you aren't accidentally using unix path (those with the forward slash
/)?Steps to Reproduce
winget install -e --id zig.zig
rustup target add aarch64-unknown-linux-gnu
uvx maturin build --release --target aarch64-unknown-linux-gnu --zig