Skip to content

maturin versions >1.12.1 don't find #3243

Description

@LeonL71

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?

  • Yes, it works

If on windows, have you checked that you aren't accidentally using unix path (those with the forward slash /)?

  • Yes

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Fields

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions