-
-
Notifications
You must be signed in to change notification settings - Fork 524
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 is pinned to version 1.4 #610
Comments
Thanks for the report! There's no reason that I'm aware of to use the old version other than that's what the project was already using. We are planning to go through to update the dependencies soon, but that'll require more work to determine any conflicts. If this is just flatly failing like this, though, we'll have to get this particular one updated sooner. We don't have the issue templates up, yet (coming soon), but can you please reply with your a few more details so we can keep an eye on similar reports? What is your:
|
OS: Linux Mint 19.1 |
Fixed in #612 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I was unable to build and install cryptography==1.4 using libssl-dev 1.1.1 to compile it. I was able to work around this by relaxing the version requirement by specifying cryptography>=1.4, which is using cryptography==2.7.
Is there a reason to use an older version of cryptography? I was able to read and write encrypted journals with 2.7 without issues (so far).
The text was updated successfully, but these errors were encountered: