You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue, if it exists, is unlikely to be a cryptography issue, but rather a poetry one. That said, it also appears from the linked issue that upstream needs details as they are unable to reproduce.
Possible upstream: python-poetry/poetry#6102
python -c 'from cryptography.hazmat.primitives.ciphers.aead import AESGCM'
Fails with:
When
cryptography
is a dep in a poetry project.cffi
is missing.If
cryptography
is installed usingpip
, thencffi
is installed, and the code above works.The text was updated successfully, but these errors were encountered: