tsileo / bakthat

Bakthat is a MIT licensed backup framework written in Python, it's both a command line tool and a Python module that helps you manage backups on Amazon S3/Glacier and OpenStack Swift. It automatically compress, encrypt (symmetric encryption) and upload your files.
http://bakthat.readthedocs.org/en/latest/
MIT License
491 stars 67 forks source link

No distributions matching the version for byteformat #61

Open gam-phon opened 10 years ago

gam-phon commented 10 years ago

This error appear when installing bakthat.

pip install bakthat ..... Downloading/unpacking byteformat Could not find a version that satisfies the requirement byteformat (from versions: 0.1a, 0.2a) Cleaning up... No distributions matching the version for byteformat

tomislater commented 10 years ago
pip install --pre bakthat

@ptone comment: https://github.com/tsileo/bakthat/issues/48#issuecomment-22814031