I know this is silly but I cannot compress an empty byte string with this library.
Actual Output
>>> zstd.compress(b"")
b"\xe4As\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'str' object cannot be interpreted as an integer"
>>> zstd.compress(b"")
b"\xe4\x80s\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'ModuleSpec' object has no attribute '_initializ"
I know this is silly but I cannot compress an empty byte string with this library.
Actual Output
Expected Output