cmusatyalab / deltaic

An efficient backup system supporting multiple data sources
GNU General Public License v2.0
21 stars 1 forks source link

pip install pulls in wrong version of pybloom #5

Open bgilbert opened 9 years ago

bgilbert commented 9 years ago

We need pybloom 2.0, but it's not on PyPI (jaybaird/python-bloomfilter#9). pip install therefore pulls in pybloom 1.1, which doesn't work. We can't work around this in setup.py because pip doesn't support Git URLs there.

Manual workaround:

pip install git+https://github.com/jaybaird/python-bloomfilter@v2.0
bgilbert commented 8 years ago

There's now a fork of 2.0, pybloom_live, on PyPI.