Skip to content
New issue

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

Cannot install maturin version 0.10 on powerPC #502

Closed
hombit opened this issue Apr 12, 2021 · 2 comments · Fixed by #503
Closed

Cannot install maturin version 0.10 on powerPC #502

hombit opened this issue Apr 12, 2021 · 2 comments · Fixed by #503

Comments

@hombit
Copy link
Contributor

hombit commented Apr 12, 2021

Please provide the following information:

  • Your python version (python -V): Python 3.7.6
  • Your pip version (pip -V): 21.0.1

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

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:

["--no-default-features", "--features=auditwheel,log,human-panic"]

@hombit hombit changed the title Cannot install on PPC maturin version 0.10 Cannot install maturin version 0.10 on powerPC Apr 12, 2021
@messense
Copy link
Member

@hombit Can you give #503 a try?

pip install https://github.com/messense/maturin/archive/refs/heads/ppc-features.zip

@hombit
Copy link
Contributor Author

hombit commented Apr 13, 2021

@messense it works! And thank you to return publish sub-command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants