mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
Docs: Suggest updating pip to resolve cryptography installation issues (#1349)
See https://cryptography.io/en/latest/installation/#building-cryptography-on-linux Co-authored-by: Kim Neunert <k9ert@gmx.de>
This commit is contained in:
parent
cb8968b5fb
commit
74778d5edb
1 changed files with 4 additions and 1 deletions
|
|
@ -98,7 +98,10 @@ python3 -m cryptoadvance.specter server --config DevelopmentConfig
|
|||
```
|
||||
|
||||
#### If `pip install` fails on `cryptography==3.4.x`
|
||||
Certain platform/python3 version combos require a Rust compiler. Install via:
|
||||
|
||||
If you're using pip older than v19.0, upgrade it with `pip install --upgrade pip`. This is needed to use the pre-built `cryptography` wheel instead of building it.
|
||||
|
||||
If this still doesn't work, certain platform/python3 version combos require a Rust compiler. Install via:
|
||||
|
||||
* Linux/macOS:
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue