Can’t import libarchive-c in Python: FileNotFoundError
I am trying to selectively extract files from many 7zip files automatically, the usual patool
and pyunpack
and the like don’t allow selection of files to be extracted. py7zr
seems to provide the functionality however I find it extremely inefficient to extract individual files.