Can anyone tell me what's going on here or how I can workaround this
problem?

$ duplicity --version
duplicity 0.7.17

$ pip list | grep b2
b2 (1.3.4)

$ pip2 list | grep b2
b2 (1.3.4)

$ duplicity LocalDir/ b2://xxxxx:yyyyy@bucketname/local_dir
BackendException: B2 backend requires B2 Python APIs (pip install b2)

$ python
Python 2.7.6 (default, Nov 23 2017, 15:50:55) 
[GCC 4.8.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import b2
>>> dir(b2)
['NullHandler', '__builtins__', '__doc__', '__file__', '__name__', 
'__package__', '__path__', 'logging', 'sys']

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1743247

Title:
  B2 Python APIs are missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1743247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to