Bugzilla – Bug 1200356
gajim: pkg_resources.DistributionNotFound: The 'cryptography>=3.2' distribution was not found and is required by pyOpenSSL
Last modified: 2022-06-09 18:09:42 UTC
Gajim is missing cryptography>=3.2. (only cryptography-2.8 is available) pkg_resources.DistributionNotFound: The 'cryptography>=3.2' distribution was not found and is required by pyOpenSSL Similar problem for LetsEncrypt / CertBot: bug 1198851 Tested with live cd: https://download.opensuse.org/distribution/leap/15.4/appliances/iso/openSUSE-Leap-15.4-GNOME-Live-x86_64-Build6.169-Media.iso sudo zypper in gajim
= Workaround = Install new Python modules from: https://download.opensuse.org/repositories/devel:/languages:/python:/backports/15.4/ Needed rpms: python3-cryptography python3-cffi python3-bcrypt Tested with current versions: https://download.opensuse.org/repositories/devel:/languages:/python:/backports/15.4/x86_64/python3-cryptography-37.0.2-lp154.2.1.x86_64.rpm https://download.opensuse.org/repositories/devel:/languages:/python:/backports/15.4/x86_64/python3-cffi-1.15.0-lp154.2.3.x86_64.rpm https://download.opensuse.org/repositories/devel:/languages:/python:/backports/15.4/x86_64/python3-bcrypt-3.2.2-lp154.2.1.x86_64.rpm
See https://bugzilla.opensuse.org/show_bug.cgi?id=1199193#c2 *** This bug has been marked as a duplicate of bug 1198851 ***