Activity log for bug #1968367

Date Who What changed Old value New value Message
2022-04-08 18:08:52 John Lettman bug added bug
2022-04-09 17:32:03 Andrea Ieri description The `install` hook fails due to an old version of `pip`. When installing "fabric" via pip, the dependency "cryptography" fails with a message stating the version of pip is too old and a traceback as follows: [0] Traceback (most recent call last): File "<string>", line 1, in <module> File "/var/lib/pip/pip-build-y4ldt5j2/cryptography/setup.py", line 14, in <module> from setuptools_rust import RustExtension ModuleNotFoundError: No module named 'setuptools_rust' The `install` hook succeeds when the modification for LP #1968366 is applied alongside an upgrade of pip as follows: $ python -m pip install --upgrade pip If possible, the charm needs to ensure the supported version of pip is available for the dependencies it intends to install during the `install` hook. [0]: https://pastebin.canonical.com/p/f4YtDSB546/ The `install` hook fails due to an old version of `pip`. When installing "fabric" via pip, the dependency "cryptography" fails with a message stating the version of pip is too old and a traceback as follows: [0]     Traceback (most recent call last):       File "<string>", line 1, in <module>       File "/var/lib/pip/pip-build-y4ldt5j2/cryptography/setup.py", line 14, in <module>         from setuptools_rust import RustExtension     ModuleNotFoundError: No module named 'setuptools_rust' The `install` hook succeeds when the modification for bug 1968366 is applied alongside an upgrade of pip as follows: $ python -m pip install --upgrade pip If possible, the charm needs to ensure the supported version of pip is available for the dependencies it intends to install during the `install` hook. [0]: https://pastebin.canonical.com/p/f4YtDSB546/
2023-07-11 06:14:41 Aliaksandr Vasiuk bug added subscriber Aliaksandr Vasiuk
2023-08-01 06:59:12 Eric Chen tags bseng-1397
2023-08-01 15:12:01 Robert Gildein merge proposal linked https://code.launchpad.net/~rgildein/charm-duplicity/+git/charm-duplicity/+merge/448151
2023-08-01 15:12:07 Robert Gildein charm-duplicity: status New Incomplete
2023-08-01 15:12:10 Robert Gildein charm-duplicity: status Incomplete In Progress
2023-08-01 15:12:14 Robert Gildein charm-duplicity: assignee Robert Gildein (rgildein)
2023-10-11 20:35:24 Tianqi Xiao charm-duplicity: status In Progress Fix Committed
2023-10-11 20:35:27 Tianqi Xiao charm-duplicity: milestone 23.10