Closed tmuth closed 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.
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb0 in position 17: invalid start byte
Never mind. Mismatched version between cmd line and jupyter notebook. A %pip install pybloomfiltermmap3 from within jupyter notebook fixed it.
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.