Redirigé mais la réponse manque un emplacement: en-tête.

# There are broken dependencies in duplicity
# Can be solved by installing previous version of httplib2 and google-api-python-client

pip install httplib2==0.15.0
pip install google-api-python-client==1.7.11
seb208