Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swift backend requires #24

Open
FlorianPerrot opened this issue Dec 2, 2021 · 1 comment
Open

Swift backend requires #24

FlorianPerrot opened this issue Dec 2, 2021 · 1 comment

Comments

@FlorianPerrot
Copy link

I try to run duplicity with swift protocol but "python-swiftclient" library is absent even if this library is present inside Pipfile.

$ docker run ... wernight/duplicity:latest FILENAME swift://test
gpg: WARNING: unsafe ownership on homedir '/home/duplicity/.gnupg'
BackendException: Swift backend requires the python-swiftclient library.
Exception: No module named 'pkg_resources'
@wernight
Copy link
Owner

wernight commented Jan 7, 2022

Git clone this repo, possibly add a dependency and send a pull request if you found a missing one.

$ git clone https://github.com/wernight/docker-duplicity
$ cd latest
$ vim Pipfile
$ docker build -t test .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants