You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run messense/maturin-action@v1
Pull Docker image
Cleanup build scripts artifact directory
/usr/bin/docker run --rm --workdir /home/runner/work/polars/polars -e DEBIAN_FRONTEND=noninteractive -e ARCHFLAGS -e _PYTHON_SYSCONFIGDATA_NAME -e MATURIN_PASSWORD -e RUSTFLAGS -v /home/runner/work/polars/polars:/home/runner/work/polars/polars quay.io/pypa/manylinux2014_x86_64:latest /home/runner/work/polars/polars/run-maturin-action.sh
Install Rust
Install maturin
📦 Including license file "py-polars/LICENSE"
🍹 Building a mixed python/rust project
🔗 Found pyo3 bindings with abi3 support for Python ≥ 3.7
🐍 Not using a specific python interpreter
💥 maturin failed
Caused by: Failed to find any python interpreter
The text was updated successfully, but these errors were encountered:
Also can you try remove -i python? abi3 wheel does not need it, it might have confused maturin in manylinux2014 container because there isn't any python executable in PATHpython is Python 2.7 in manylinux2014 docker container
When setting
manylinux=auto
or (lower than 2_24), the pipeline fails as it cannot find a python interpreter.This is the yaml snippet:
This is the error in question:
The text was updated successfully, but these errors were encountered: