dashingsoft / pyarmor

A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.
http://pyarmor.dashingsoft.com
Other
3.31k stars 282 forks source link

support for PyInstaller 6.8 #1824

Closed kletel closed 3 months ago

kletel commented 3 months ago

Hi,

I would like to have a support for PyInstaller 6.8 It's not working with this version.

Thanks.

jondy commented 3 months ago

Please upgrade Pyarmor latest version, and check doc inside into pack.

It now supports PyInstaller 6.0

kletel commented 3 months ago

(venv) C:\Users\Sebastien\PycharmProjects\bkubedesktop>pyarmor gen -O obfdist --pack dist\bkube\bkube.exe bkube.py INFO Python 3.12.3 INFO Pyarmor 8.5.9 (pro), 005076, bkube INFO Platform windows.x86_64 INFO implicitly save obfuscated scripts to ".pyarmor\pack\dist" INFO extracting bundle "dist\bkube\bkube.exe" INFO Please check documentation insight into pack commandto find solutions or downgrade PyInstaller to version 5 ERROR PyInstaller 6.0.0 isn't supported ERROR something is wrong =============================================================