-
Notifications
You must be signed in to change notification settings - Fork 9
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
Cryptography failed to install - Upstream issue - Need changes to script #19
Comments
This was referenced Feb 10, 2021
zhenz
referenced
this issue
in ChameleonCloud/CC-Ubuntu
Mar 12, 2021
For those having this issue, you just need to upgrade pip as shown in the fix : |
the above two solutions didn't worked for me , any breakthrough in this ? |
Login with root
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue: Easy Install
This is the second time I am getting this issue, First time we solved it with rustup from snap which was day before yesterday and now I am trying to install a new server and facing the exact same issue. First was local server and second is cloud server which is our regular vps.
Do the checklist before filing an issue:
Distro Details:
Linux XXX.contaboserver.net 4.15.0-135-generic frappe/bench#139-Ubuntu SMP Mon Jan 18 17:38:24 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
**Command Run **
sudo python3 install.py --production --version 11 --user {username}
Log File Output:
Solution:
New cryptohraphy needs
setuptools_rust
instead ofsetuptools
Install rustup using snap and then install cryptography as cryptography installation fails
Then continue the easy install script. This had worked the first time but this is just a work around, not an actual fix.
The text was updated successfully, but these errors were encountered: