-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Difference vs. pip: installing cyptography
#6102
Comments
Why it matters? |
poetry add cryptography does install cffi for me.
Note the fact that cryptography depends on cffi. If you can reproduce your issue, and give us a lot more details to be able to reproduce it please do so, otherwise please close this ticket. |
Tested with |
Somehow when I did However, if I do So I guess the problem I'm seeing is that "poetry add x" doesn't properly "lock" the project. 🤔 |
Empty metadata files could be related to #5970. Since you are already using 1.1.14, maybe you have to clear your cache. |
clear your cache and re-lock. clearly this was #5970 and can be closed |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
poetry add cryptography
does not installcffi
.pip install cryptography
installscffi
.Which is actually correct?
The text was updated successfully, but these errors were encountered: