File "C:\Python\lib\zipfile.py", line 1633, in extractall
self._extract_member(zipinfo, path, pwd)
File "C:\Python\lib\zipfile.py", line 1686, in _extract_member
with self.open(member, pwd=pwd) as source, \
File "C:\Python\lib\zipfile.py", line 1559, in open
return ZipExtFile(zef_file, mode, zinfo, pwd, True)
File "C:\Python\lib\zipfile.py", line 797, in __init__
self._decompressor = _get_decompressor(self._compress_type)
File "C:\Python\lib\zipfile.py", line 698, in _get_decompressor
_check_compression(compress_type)
File "C:\Python\lib\zipfile.py", line 678, in _check_compression
raise NotImplementedError("That compression method is not supported")
NotImplementedError: That compression method is not supported