We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please provide the following information:
python -V
pip -V
Please list the exact steps required to reproduce your error with all command output and if possible with a repository:
pip install maturin is failed with
pip install maturin
error: Package `maturin v0.10.2 (/tmp/pip-install-uczp8uih/maturin_059665dad9b0406193ef7a734ea0559b)` does not have the feature `auditwheel`
Probably the problem is with this line which asks for auditwheel feature, but there is no such a feature in Cargo.toml:
auditwheel
Cargo.toml
maturin/setup.py
Line 67 in 17b6bfa
The text was updated successfully, but these errors were encountered:
@hombit Can you give #503 a try?
pip install https://github.com/messense/maturin/archive/refs/heads/ppc-features.zip
Sorry, something went wrong.
@messense it works! And thank you to return publish sub-command
publish
Successfully merging a pull request may close this issue.
Please provide the following information:
python -V
): Python 3.7.6pip -V
): 21.0.1Please list the exact steps required to reproduce your error with all command output and if possible with a repository:
pip install maturin
is failed withProbably the problem is with this line which asks for
auditwheel
feature, but there is no such a feature inCargo.toml
:maturin/setup.py
Line 67 in 17b6bfa
The text was updated successfully, but these errors were encountered: