Failed to install latest cryptography package #10199
-
|
So my pyproject is pretty straightforward: As I don't really care for any of the versions. setup of my environment: ==> Python version 3.8.20 After this, I end up with cryptography 43.0.3, and I fail to understand why... But version 3.8.20 of python clearly is not the mentioned 3.9 versions, and it's clearly So I don't understand why poetry's resolver doesn't choose the right version? |
Beta Was this translation helpful? Give feedback.
Answered by
sbrunner
Feb 19, 2025
Replies: 1 comment 1 reply
-
|
You should set: To match the cryptography requirements :-) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
svaningelgem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should set:
To match the cryptography requirements :-)