Hi!
I am new to python and this topic so please pardon me if this is a simple error on my side.
Problem: Whenever i try to start dsfp i get the error:
File "XXX\dsfp\dsfp\dsfp.py", line 155, in get_blocks_metadata block_size = struct.unpack('I', block)[0] struct.error: unpack requires a buffer of 4 bytes
I have tried all combinations of python 2/3 and 32/64 bit versions. When i run the python code in the Linux subsystem it works.