-
Notifications
You must be signed in to change notification settings - Fork 2
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 #13
Comments
Having the same issue. Let me know if you found a fix! |
Try |
See: The key bit: 32-bit (I believe this applies to the Nexus 7 and Nexus 6, the latter of which I'm using): 64-bit: Here's exactly what I ran that worked for my Nexus 6: |
That ☝🏻 and |
hello, I can't install HASS, after entering the command "pip install homeassistant", I can't install HASS. I get the following error with the package "Cryptographic".
error: can't find Rust compiler
If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler.
To update pip, run:
and then retry package installation.
If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain.
This package requires Rust >=1.41.0.
ERROR: Failed building wheel for cryptography
Failed to build cryptography
ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly
WARNING: You are using pip version 21.2.4; however, version 22.0.3 is available.
You should consider upgrading via the '/data/data/com.termux/files/home/hass/bin/python -m pip install --upgrade pip' command.
The text was updated successfully, but these errors were encountered: