[Bug 1933540] Re: duplicity falsely reports B2 python SDK not installed, fails backup to B2

2021-06-24 Thread Noxy
Even easier fix - instead of installing b2sdk via pip, installing python3-b2sdk via apt seems to have resolved this issue -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1933540 Title: duplicity

[Bug 1933540] Re: duplicity falsely reports B2 python SDK not installed, fails backup to B2

2021-06-24 Thread Kenneth Loafman
** Also affects: duplicity Importance: Undecided Status: New ** Changed in: duplicity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1933540 Title:

[Bug 1933540] Re: duplicity falsely reports B2 python SDK not installed, fails backup to B2

2021-06-24 Thread Noxy
Potentially a duplicate of https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1743247 but I'm not ready to mark it as duplicate myself since I'm on a different release as that reporter -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1933540] Re: duplicity falsely reports B2 python SDK not installed, fails backup to B2

2021-06-24 Thread Kenneth Loafman
Two options for now: - upgrade to the _latest_ (dev) version of duplicity, - revert to b2sdk==1.7.0 until duplicity 0.8.20 is released To revert do: _sudo pip install -U b2sdk==1.7.0_ There are multiple options for latest: - Latest snap builds - “sudo snap install duplicity —classic —edge" -