Comment 53 for bug 1855736

Revision history for this message
David (david-ubuntu3) wrote :

Hello,
Thanks a lot, I have totally remove them and I have an error with root or without root :
Traceback (innermost last):
  File "/usr/local/bin/duplicity", line 62, in <module>
    with_tempdir(main)
  File "/usr/local/bin/duplicity", line 53, in with_tempdir
    fn()
  File "/usr/local/lib/python3.10/dist-packages/duplicity/dup_main.py", line 1501, in main
    action = cli_main.process_command_line(sys.argv[1:])
  File "/usr/local/lib/python3.10/dist-packages/duplicity/cli_main.py", line 247, in process_command_line
    args = parse_cmdline_options(cmdline_list)
  File "/usr/local/lib/python3.10/dist-packages/duplicity/cli_main.py", line 204, in parse_cmdline_options
    if remainder[0] in all_commands:
 IndexError: list index out of range

I try to use an old version :
sudo apt install duplicity=0.8.21-1build1 (default of ubuntu 22.04)
It work well !
sudo apt install duplicity, install the 2.1.3-ppa202310081632~ubuntu22.04.1 and say the same error message.

So I remove the ppa and keep the Ubuntu version it seem work !

Thanks for your previous answer :)