Skip to content

Building a manylinux wheel fails with "Invalid python interpreter version" #946

Discussion options

You must be logged in to vote

You should not just copy-paste commands without understanding what it does and what it requires to work. That command was running in a manylinux docker container so it won't work for you on macOS without using Docker.

You can simply run maturin build --no-sdist --release --strip --manylinux 2014 -i python3.9 --target x86_64-unknown-linux-gnu instead and maturin will use a bundled Linux Python 3.9 configuration for you automatically when you're using maturin v0.12.15+.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@HerrMuellerluedenscheid
Comment options

@messense
Comment options

@messense
Comment options

@messense
Comment options

@HerrMuellerluedenscheid
Comment options

Answer selected by HerrMuellerluedenscheid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants