You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered: