Public bug reported:

The noble-updates cephadm package for squid (19.2.0) is missing a
dependency on the python3-jinja2 package:

root@ballys:~# dpkg -l cephadm | grep ii
ii  cephadm        19.2.0-0ubuntu0.24.04.1 arm64        cephadm utility to 
bootstrap ceph daemons with systemd and containers

root@ballys:~# cephadm
Traceback (most recent call last):
  File "/usr/sbin/cephadm", line 131, in <module>
    from cephadmlib.logging import (
  File "/usr/lib/python3/dist-packages/cephadmlib/logging.py", line 17, in 
<module>
    from cephadmlib import templating
  File "/usr/lib/python3/dist-packages/cephadmlib/templating.py", line 11, in 
<module>
    import jinja2
ModuleNotFoundError: No module named 'jinja2'


After installing the python3-jinja2 package, the error goes away:

root@ballys:~# cephadm
No command specified; pass -h or --help for usage

** Affects: ceph (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2092597

Title:
  Missing dependency for cephadm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/2092597/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to