Duplicity, amazon s3 backend exception
If you are on debian/ubuntu you can install it via: sudo apt-get install python-boto
I was getting the same problem again when upgrading to Ubuntu 19.10 and installing python-boto
was not helping. Turns out python3-boto
is required in newer versions.
sudo apt install python3-boto
It turns out that I need to install boto first from here