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
Parsing of an arguments list doesn't supported since 0.12.7, but it looks like a breaking change. I also have found no information about this change in the changelog
# maturin build -i python3.7 python3.8 python3.9 python3.10
error: Found argument 'python3.8' which wasn't expected, or isn't valid in this context
USAGE:
maturin build [OPTIONS]
For more information try --help
maturin build -i python3.7 -i python3.8 works as expected
Your Python version (python -V)
python 3.9.9
Your pip version (pip -V)
21.3.1
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
Install maturin >= 0.12.7
maturin build -i python3.7 python3.8
The text was updated successfully, but these errors were encountered:
Bug Description
Parsing of an arguments list doesn't supported since 0.12.7, but it looks like a breaking change. I also have found no information about this change in the changelog
maturin build -i python3.7 -i python3.8
works as expectedYour Python version (
python -V
)python 3.9.9
Your pip version (
pip -V
)21.3.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
maturin build -i python3.7 python3.8
The text was updated successfully, but these errors were encountered: