Thomas Volkmann

Results 2 comments of Thomas Volkmann

Had the same problem. Changing line 267 in compression.py to `temp = tempfile.NamedTemporaryFile(mode='w', delete=False)` solved it for me.