Your message dated Sat, 30 Jun 2018 10:04:40 +0100 with message-id <[email protected]> and subject line Re: Bug#902710: bcrypt fails to import with python3.7: ModuleNotFoundError: No module named '_cffi_backend' has caused the Debian Bug report #902710, regarding bcrypt fails to import with python3.7: ModuleNotFoundError: No module named '_cffi_backend' to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 902710: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902710 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: python3-bcrypt Version: 3.1.4-2 Severity: normal Hi, on unstable, with python3.7: $ python3.7 Python 3.7.0 (default, Jun 27 2018, 14:40:03) [GCC 8.1.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import bcrypt Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3/dist-packages/bcrypt/__init__.py", line 25, in <module> from bcrypt import _bcrypt ModuleNotFoundError: No module named '_cffi_backend' Spotted because it makes "import paramiko" fail. Christoph
--- End Message ---
--- Begin Message ---On Fri, 29 Jun 2018 at 20:38:41 +0200, Christoph Berg wrote: > on unstable, with python3.7: ... > ModuleNotFoundError: No module named '_cffi_backend' This has been or will be fixed by a rebuild (binNMU) of python-cffi with python3.7 as a supported Python version, which is an automated action triggered by the release team and does not need maintainer action. At least 378 packages need rebuilding, so it will take a few days. python-cffi seems to have been rebuilt around the time you reported this, but presumably hadn't reached your mirror yet. The transition: https://release.debian.org/transitions/html/python3.7.html python-cffi: https://buildd.debian.org/status/package.php?p=python-cffi Regards, smcv
--- End Message ---

