fancycode / pylzma

Python bindings for the LZMA library
http://www.joachim-bauch.de/projects/pylzma/
GNU Lesser General Public License v2.1
234 stars 72 forks source link

UnsupportedCompressionMethodError #48

Closed gzqjy closed 6 years ago

gzqjy commented 7 years ago

Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.5/site-packages/pylzma-v0.4.8_14_gaea5dev_r0-py3.5-linux-i686.egg/py7zlib.py", line 612, in read decoder = self._decoders.get(method, None) py7zlib.UnsupportedCompressionMethodError: b'!'

bkuczenski commented 6 years ago

This appears to be a duplicate of #43, which is still open and urgent

fancycode commented 6 years ago

Yes, this is a duplicate of #43, see #51 for a work-in-progress PR that adds support for LZMA2.