Bug#978962: certbot: Certbot needs python-cryptography to work

2021-01-03 Thread Nicolas Grandjean
Hi Harlan, Le 02/01/2021 à 23:25, Harlan Lieberman-Berg a écrit : > Hi Nicolas, > > Your installation of python3-cryptography is very broken. You appear > to be missing about half of the files for some reason. Try > reinstalling python3-cryptography and see if that fixes the problem: > > apt

Bug#978962: certbot: Certbot needs python-cryptography to work

2021-01-02 Thread Harlan Lieberman-Berg
Hi Nicolas, Your installation of python3-cryptography is very broken. You appear to be missing about half of the files for some reason. Try reinstalling python3-cryptography and see if that fixes the problem: apt reinstall python3-cryptography On Sat, Jan 2, 2021 at 3:09 AM Nicolas Grandjean

Bug#978962: certbot: Certbot needs python-cryptography to work

2021-01-02 Thread Nicolas Grandjean
Le 01/01/2021 à 22:16, Harlan Lieberman-Berg a écrit : > […] > Can you also attach the output of this new script? You can find it in the attached files. $ ./import2.py > import2.out1 2> import2.out2 -- Nicolas import _frozen_importlib # frozen import _imp # builtin import '_thread' #

Bug#978962: certbot: Certbot needs python-cryptography to work

2021-01-01 Thread Harlan Lieberman-Berg
On Fri, Jan 1, 2021 at 6:24 AM Nicolas Grandjean wrote: > nicolas@krypton:/tmp$ ./import.py > /usr/lib/python3/dist-packages/cryptography/__init__.py > 2.6.1 > /usr/lib/python3/dist-packages/cryptography/hazmat/__init__.py > None > Traceback (most recent call last): > File "./import.py", line

Bug#978962: certbot: Certbot needs python-cryptography to work

2021-01-01 Thread Nicolas Grandjean
hi harlan, Le 01/01/2021 à 11:20, Harlan Lieberman-Berg a écrit : > That's a strange error. certbot depends on python3-certbot, which I > see you have installed. That package depends on python3-cryptography, > which should have the python module that it's erroring about. > > A couple of

Bug#978962: certbot: Certbot needs python-cryptography to work

2021-01-01 Thread Harlan Lieberman-Berg
On Fri, Jan 1, 2021 at 4:57 AM Nicolas Grandjean wrote: > Dec 31 19:03:18 krypton certbot[4849]: ModuleNotFoundError: No module named > 'cryptography.hazmat.primitives.asymmetric' Hi Nicolas, That's a strange error. certbot depends on python3-certbot, which I see you have installed. That

Bug#978962: certbot: Certbot needs python-cryptography to work

2021-01-01 Thread Nicolas Grandjean
Package: certbot Version: 0.31.0-1 Severity: normal Dear Maintainer, I think the `certbot` package needs `python-cryptography` package : Dec 31 19:03:17 krypton systemd[1]: Starting Certbot... Dec 31 19:03:18 krypton certbot[4849]: Traceback (most recent call last): Dec 31 19:03:18 krypton