Hi,
I'm unsure if you noticed, but the Pip package of the py7zip module is not current with the code in this repository. One bug of note that is present is the platform check. In the repository, it is correct to be able to check for both x86_64 and AMD64 architecture. The Pip package only checks for AMD64, resulting in the module erroring if x86_64 is present. For example, WSL reports x86_64 on a Windows machine that reports as AMD64 outside of WSL.
Anyway, the point is that the Pip package is out of date compared to the code here.
Pip Module:

Repository Code:

Thank you.
Hi,
I'm unsure if you noticed, but the Pip package of the py7zip module is not current with the code in this repository. One bug of note that is present is the platform check. In the repository, it is correct to be able to check for both
x86_64andAMD64architecture. The Pip package only checks forAMD64, resulting in the module erroring ifx86_64is present. For example, WSL reportsx86_64on a Windows machine that reports asAMD64outside of WSL.Anyway, the point is that the Pip package is out of date compared to the code here.
Pip Module:

Repository Code:

Thank you.