次のコマンドを使用して、いくつかの AWS EC2 インスタンスに Duplicity をインストールしました
yum -y install duplicity rsync gpg python python-devel python-pip -- enablerepo=epel
これは、ここで説明されているアプローチに基づいていました
https://rtcamp.com/tutorials/backups/duplicity-amazon-s3/
ただし、duplictiy コマンドを実行しようとすると、次のコマンドが表示されます。
Traceback (most recent call last): File "/usr/bin/duplicity", line 42, in <module> from duplicity import log ImportError: No module named duplicity
誰でもこれを解決する方法について何か考えがありますか?