Re: Duplicity 3.0.5 Released
Kenneth Loafman via Duplicity-talk <[email protected]>
| Newsgroups | gmane.comp.sysutils.backup.duplicity.general |
|---|---|
| Message-ID | <CAD-_Ma25fhB4YNpdA0g6+mhBToEUhDc+1zru9sHdg-_mQjHckg@mail.gmail.com> |
> > $ duplicity -V > Traceback (most recent call last): > File "/usr/bin/duplicity", line 5, in <module> > from duplicity.__main__ import dup_run > ModuleNotFoundError: No module named 'duplicity.__main__' It looks like you've got an older version installed from a different packaging system. Try this: $ sudo find /usr -name duplicity -type d $ sudo find /usr -name duplicity -type f If either returns multiple hits, uninstall all and reinstall. ...Ken On Thu, Jun 19, 2025 at 2:20 PM Jesper Lund via Duplicity-talk < [email protected]> wrote: > Kenneth Loafman wrote: > > > A new Release, 3.0.5, for duplicity was published. Visit the Releases > > page <https://gitlab.com/duplicity/duplicity/-/releases> to read more > > about it. > > > > See CHANGELOG > > <https://gitlab.com/duplicity/duplicity/-/blob/main/CHANGELOG.md> for > > details. It's a big release. Enjoy! > > On Ubuntu 22.04 LTS, I get this error with duplicity 3.0.5 > > $ duplicity -V > Traceback (most recent call last): > File "/usr/bin/duplicity", line 5, in <module> > from duplicity.__main__ import dup_run > ModuleNotFoundError: No module named 'duplicity.__main__' > > Best regards, > Jesper Lund > > _______________________________________________ > Duplicity-talk mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/duplicity-talk > _______________________________________________ Duplicity-talk mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/duplicity-talk