Summary: | hp-toolbox не может стартовать из-за ошибки Питона | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | Sergei Naumov <Sergei.Naumov> |
Component: | hplip-gui | Assignee: | Andrey Cherepanov <cas> |
Status: | CLOSED DUPLICATE | QA Contact: | qa-sisyphus |
Severity: | normal | ||
Priority: | P5 | CC: | cas, grenka, iv, viy |
Version: | unstable | ||
Hardware: | x86_64 | ||
OS: | Linux |
Description
Sergei Naumov
2021-04-06 13:56:42 MSK
base64.encodestring() and base64.decodestring(), aliases deprecated since Python 3.1, have been removed: use base64.encodebytes() and base64.decodebytes() instead. (Contributed by Victor Stinner in bpo-39351.) https://docs.python.org/3/whatsnew/3.9.html#removed https://bugzilla.altlinux.org/show_bug.cgi?id=39865 В качестве временного workaround можно удалить python3-module-Reportlab. *** This bug has been marked as a duplicate of bug 39865 *** Я его обновлю в ближайшем будущем. |