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

ERROR: Failed building wheel for cryptography #7284

Closed
trankhanhhiep123 opened this issue May 28, 2022 · 2 comments
Closed

ERROR: Failed building wheel for cryptography #7284

trankhanhhiep123 opened this issue May 28, 2022 · 2 comments

Comments

@trankhanhhiep123
Copy link

i'm installing routersploit but it needs to install cryptography package but it has a lot of errors i tried to find a way to fix it but couldn't do it help me as fast as possible machine :32bit termux:armv8l
Screenshot_20220528-165403_Termux
Screenshot_20220528-182359_Termux

@alex
Copy link
Member

alex commented May 28, 2022

I'm not familiar with termux, but #6679 contains information on how someone else resolved this.

@reaperhulk
Copy link
Member

Something about the termux environment results in rust being unable to determine the proper build triple. Setting CARGO_BUILD_TARGET=aarch64-linux-android in your environment for aarch64 or CARGO_BUILD_TARGET=arm-linux-androideabi for 32-bit arm will hopefully work, but we strongly encourage people to report this upstream so that these environments autodetect properly.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants