amstelchen / GameInfo

System info tool for gamers
GNU General Public License v2.0
1 stars 0 forks source link

UnsupportedCompressionMethodError: BCJ2 filter is not supported by py7zr #7

Open amstelchen opened 5 months ago

amstelchen commented 5 months ago
archive = py7zr.SevenZipFile("./f4se_0_06_23.7z", mode="r")
>>> targets
['f4se_0_06_23/f4se_1_10_163.dll', 'f4se_0_06_23/f4se_loader.exe', 'f4se_0_06_23/f4se_steam_loader.dll']
>>> archive.extract(targets=targets)

raise UnsupportedCompressionMethodError(
py7zr.exceptions.UnsupportedCompressionMethodError: (b'\x03\x03\x01\x1b', 'BCJ2 filter is not supported by py7zr. Please consider to contribute to XZ/liblzma project and help Python core team implementing it. Or please use another tool to extract it.')
amstelchen commented 5 months ago

https://github.com/miurahr/py7zr/issues/100 https://github.com/miurahr/py7zr/issues/511