prashnts / pybloomfiltermmap3

Fast Python Bloom Filter using Mmap
https://github.com/prashnts/pybloomfiltermmap3
MIT License
130 stars 24 forks source link

to_base64 returns error #42

Closed tmuth closed 4 years ago

tmuth commented 4 years ago

When I call to_base64 the following error is returned: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb0 in position 17: invalid start byte I need this ability to build the bloom filter on one system then distribute it to many systems.

tmuth commented 4 years ago

Never mind. Mismatched version between cmd line and jupyter notebook. A %pip install pybloomfiltermmap3 from within jupyter notebook fixed it.