Discussion:
[Duplicity-talk] Pydrive backend not working with duplicicty
Gil Cocker
2016-02-21 23:10:56 UTC
Permalink
I'm trying to setup PyDrive / Gdrive backup. Managed to get it setup on all
but one device which is giving me the following unhelpful error, despite
verbosity level being set.

BackendException: PyDrive backend requires PyDrive installationPlease read
the manpage to fix.19:29:00.000 Task 'STATUS' failed with exit code '23'.
I'm using duply as a duplicity frontend and have an up to date version of
both.

duply -V
duply version 1.11.1
(http://duply.net)

Using installed duplicity version 0.7.06, python 2.7.10, gpg 1.4.19
(Home: ~/.gnupg), awk 'awk version 20070501', grep 'grep (BSD grep)
2.5.1-FreeBSD', bash '4.3.42(1)-release (x86_64-apple-darwin14.5.0)'.

Can anyone shed light on why this might not be working?

Using `pip list` shows PyDrive as being installed.
Laurent Lavaud
2016-03-01 15:50:15 UTC
Permalink
Hello,

I got similar problems and my solution was to upgrade to the latest version these python packages:

python-setuptools
ndg-httpsclient


regards.



From: "Gil Cocker" <***@gmail.com>
To: "duplicity-talk" <duplicity-***@nongnu.org>
Sent: Monday, February 22, 2016 12:10:56 AM
Subject: [Duplicity-talk] Pydrive backend not working with duplicicty

I'm trying to setup PyDrive / Gdrive backup. Managed to get it setup on all but one device which is giving me the following unhelpful error, despite verbosity level being set.
BackendException: PyDrive backend requires PyDrive installationPlease read the manpage to fix.19:29:00.000 Task 'STATUS' failed with exit code '23'.
I'm using duply as a duplicity frontend and have an up to date version of both.

duply -V
duply version 1.11.1
( http://duply.net )

Using installed duplicity version 0.7.06, python 2.7.10, gpg 1.4.19 (Home: ~/.gnupg), awk 'awk version 20070501', grep 'grep (BSD grep) 2.5.1-FreeBSD', bash '4.3.42(1)-release (x86_64-apple-darwin14.5.0)'.

Can anyone shed light on why this might not be working?

Using `pip list` shows PyDrive as being installed.


_______________________________________________
Duplicity-talk mailing list
Duplicity-***@nongnu.org
https://lists.nongnu.org/mailman/listinfo/duplicity-talk
Gil Cocker
2016-03-01 22:38:03 UTC
Permalink
Fixed by downgrading python2-oauth2clien from 2.00 to 1.5.2 For some reason
the newer version doesn't seem to work with PyDrive and Duplicity / Duply.
Loading...