-
Notifications
You must be signed in to change notification settings - Fork 67
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
Expected bytes, got str #26
Comments
What version of Python are you using? I don't know that we've gotten Python 3 support going yet :-/ |
I use python3.7.0 also see it when I execute |
I used python3.7.3 and got the same error
File "pyreBloom.pyx", line 47, in pyreBloom.pyreBloom.cinit (pyreBloom/pyreBloom.c:977) |
I use python2.7 is ok. It should be unsupported. I still use the redis 4.0+ plugin. |
I use python3.8.6,got the same error |
p = pyreBloom.pyreBloom('wufengBloomFilter', 100000, 0.01).decode('utf-8')
File "pyreBloom.pyx", line 47, in pyreBloom.pyreBloom.cinit (pyreBloom/pyreBloom.c:977)
TypeError: Expected bytes, got str
The text was updated successfully, but these errors were encountered: