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

pip install pulls in wrong version of pybloom #5

Open
bgilbert opened this issue May 4, 2015 · 1 comment
Open

pip install pulls in wrong version of pybloom #5

bgilbert opened this issue May 4, 2015 · 1 comment
Labels

Comments

@bgilbert
Copy link
Contributor

bgilbert commented May 4, 2015

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 bgilbert added the bug label May 4, 2015
@bgilbert
Copy link
Contributor Author

bgilbert commented Jul 5, 2016

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

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

No branches or pull requests

1 participant