Skip to content
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

Python cryptography module #163

Open
rivoalrivoal opened this issue Dec 6, 2023 · 0 comments
Open

Python cryptography module #163

rivoalrivoal opened this issue Dec 6, 2023 · 0 comments

Comments

@rivoalrivoal
Copy link

Hello !

First, thank you for this awesome project.

I have a problem with cryptography module python :
docker run --rm -it nixery.dev/shell/python3/python3packages.cryptography bash

When importing module cryptography in python, this error appears :
python -c "from cryptography.fernet import Fernet"

Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'cryptography'

I have tried to change PYTHONPATH var to path of cryptography package (in /nix/store), but i have another error : No module named _cffi_backend. I don't think that's the solution

Do you have any insights into this issue?

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant