dashingsoft / pyarmor

A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.

Home Page:http://pyarmor.dashingsoft.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support for pyinstaller >= 6

kletel opened this issue · comments

commented
          (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
=============================================================

Originally posted by @kletel in #1824 (comment)

commented

Please use --pack onefile or --pack folder, do not use --pack executable file.

This has been documented in the topic inside into pack command

commented

Thank you jondy, it's working