Open bgilbert opened 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.
pip install
setup.py
pip
Manual workaround:
pip install git+https://github.com/jaybaird/python-bloomfilter@v2.0
There's now a fork of 2.0, pybloom_live, on PyPI.
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 insetup.py
becausepip
doesn't support Git URLs there.Manual workaround: