sftp/ssh backend : missing dependencie with python-paramiko
Bug #1464629 reported by
Martin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
duplicity (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Ubuntu 15.04
duplicity 0.7.01
# duplicity list-current-files sftp://
Traceback (most recent call last):
File "/usr/bin/
log.
File "/usr/lib/
return ufn(str(e))
# apt-get install python-paramiko
# duplicity list-current-files sftp://
(works)
To post a comment you must log in.
I had the same issue.
BackendException: Could not initialize backend: No module named paramiko
Tested in Ubuntu 16.04 via Windows Subsystem for Linux
Looks like the *.deb isn't including python-paramiko in it's dependancies