Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Is this available on python3? #22

Open
derrandz opened this issue Jun 17, 2016 · 5 comments
Open

Is this available on python3? #22

derrandz opened this issue Jun 17, 2016 · 5 comments

Comments

@derrandz
Copy link

No description provided.

@gwerbin
Copy link

gwerbin commented Jun 21, 2016

Seems like it isn't. I'm forking now; maybe I'll update it for Py3 and submit to PyPI this weekend

@gwerbin
Copy link

gwerbin commented Jun 21, 2016

Actually it is available on Py3, but the PyPI version is out of date. You can install with pip3 install git+https://github.com/jaybaird/python-bloomfilter/

@chrislinan
Copy link

@gwerbin Hi, I tried to install on Py3 with the way you said. But I got an error when try to install the bitarray module:
d:\python36-32\include\pyconfig.h(222): fatal error C1083: Cannot open include file: 'basetsd.h': No such file or directory
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe' failed with exit status 2
perhaps the bitarray module is not available on Py3??

@joseph-fox
Copy link

It should have no problem when installing from pip3. I just tried it out, it worksfor me.

@chrislinan, why don't you try:

pip3 install pybloom_live

?

@ybdesire
Copy link

pip3 install pybloom_live works for me. And you need to from pybloom_live import BloomFilter

richard-rogers pushed a commit to whylabs/whylogs-bloom that referenced this issue Nov 16, 2023
* remove references from themes.py
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants