[Bug 266946] certbot ImportError: cannot import name 'x509' from 'cryptography.hazmat.bindings._rust'
Date: Mon, 10 Oct 2022 17:37:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266946 Bug ID: 266946 Summary: certbot ImportError: cannot import name 'x509' from 'cryptography.hazmat.bindings._rust' Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: bagas1983@mail.ru Hello. I'm trying to renew my current certificates. My system FreeBSD 12.3-RELEASE-p7 amd64. My version soft: rust-1.63.0 = up-to-date with index py39-certbot-1.31.0,1 = up-to-date with index py39-cryptography-38.0.1 = up-to-date with index py39-josepy-1.13.0 = up-to-date with index py39-openssl-20.0.1,1 = up-to-date with index I'm running certificate updates. # certbot -q renew --allow-subset-of-names Traceback (most recent call last): File "/usr/local/bin/certbot", line 33, in sys.exit(load_entry_point('certbot==1.31.0', 'console_scripts', 'certbot')()) File "/usr/local/bin/certbot", line 25, in importlib_load_entry_point return next(matches).load() File "/usr/local/lib/python3.9/importlib/metadata.py", line 86, in load module = import_module(match.group('module')) File "/usr/local/lib/python3.9/importlib/init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/usr/local/lib/python3.9/site-packages/certbot/main.py", line 6, in from certbot._internal import main as internal_main File "/usr/local/lib/python3.9/site-packages/certbot/_internal/main.py", line 19, in import josepy as jose File "/usr/local/lib/python3.9/site-packages/josepy/init.py", line 40, in from josepy.json_util import ( File "/usr/local/lib/python3.9/site-packages/josepy/json_util.py", line 14, in from OpenSSL import crypto File "/usr/local/lib/python3.9/site-packages/OpenSSL/init.py", line 8, in from OpenSSL import crypto, SSL File "/usr/local/lib/python3.9/site-packages/OpenSSL/crypto.py", line 14, in from cryptography import utils, x509 File "/usr/local/lib/python3.9/site-packages/cryptography/x509/init.py", line 6, in from cryptography.x509 import certificate_transparency File "/usr/local/lib/python3.9/site-packages/cryptography/x509/certificate_transparency.py", line 10, in from cryptography.hazmat.bindings._rust import x509 as rust_x509 ImportError: cannot import name 'x509' from 'cryptography.hazmat.bindings._rust' (unknown location) Same error on the system, FreeBSD 13.1-RELEASE-p2 amd64. How to fix? -- You are receiving this mail because: You are the assignee for the bug.