miurahr / py7zr

7zip in python3 with ZStandard, PPMd, LZMA2, LZMA1, Delta, BCJ, BZip2, and Deflate compressions, and AES encryption.

Home Page:https://pypi.org/project/py7zr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pip install py7zr

Atlanta11 opened this issue · comments

After installing https://www.python.org/ftp/python/3.10.5/python-3.10.5-amd64.exe on windows 11 and then with cmd start pip install py7zr it will not install further.
Schermafbeelding 2022-07-01 165529

Please help.

Thank you for report.

We release py7zr with source and wheels, but v0.18.5-v0.18.9 released only source because of release script broken.
Now v0.18.10 released with wheel binary package.

Oke after reinstalling end restarting it works.
Is there also a way if I zip a large file so I can see the progress with a progress bar?
Thanks in advance.

Your question is similar to #460
It has an undocumented API but CLI does not support it yet.

@Atlanta11 does new release, v0.18.10 or v0.19.0, change the behavior?

resolved.