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.
Replies: 1 comment 1 reply
-
|
You should set: To match the cryptography requirements :-) |
Beta Was this translation helpful? Give feedback.
You should set:
To match the cryptography requirements :-)