I have installed Duplicity on some AWS EC2 instances using the folowing command
yum -y install duplicity rsync gpg python python-devel python-pip -- enablerepo=epel
This was based on an approach described here
https://rtcamp.com/tutorials/backups/duplicity-amazon-s3/
However, whenever I try to run a duplictiy command, I get the following command
Traceback (most recent call last): File "/usr/bin/duplicity", line 42, in <module> from duplicity import log ImportError: No module named duplicity
Anyone have any ideas on how to solve this?