[Desktop-packages] [Bug 1743247] Re: B2 Python APIs are missing

2018-01-17 Thread PDJB
I solved my problem; b2 was failing to import because of a missing "backports.functools_lru_cache" I installed it with ~$ sudo -H pip install backports.functools_lru_cache -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to duplicity in Ubu

[Desktop-packages] [Bug 1743247] Re: B2 Python APIs are missing

2018-01-17 Thread PDJB
Here's what "pip2 install b2" gives (each time I run it): Collecting b2 Collecting requests>=2.9.1 (from b2) Using cached requests-2.18.4-py2.py3-none-any.whl Collecting futures>=3.0.5 (from b2)Using cached futures-3.2.0-py2-none-any.whl Collecting logfury>=0.1.2 (

[Desktop-packages] [Bug 1743247] Re: B2 Python APIs are missing

2018-01-17 Thread PDJB
~$ pip --version pip 9.0.1 from /usr/local/lib/python3.5/dist-packages (python 3.5) ~$ pip2 --version pip 8.1.1 from /usr/lib/python2.7/dist-packages (python 2.7) ~$ pip3 --version pip 9.0.1 from /usr/local/lib/python3.5/dist-packages (python 3.5) -- You received this bug notification because yo

[Desktop-packages] [Bug 1743247] Re: B2 Python APIs are missing

2018-01-17 Thread PDJB
The pip command didn't work for me, and nor did the pip2 equivalent. The same b2 missing backend message always comes up, despite pip ostensibly having installed the required backend as requested (at least, without error meassages). Downgrading to 0.7.06-2ubuntu2 works, but that's a pretty old pack