pyarmor support for pyinstaller 6.4 #1701
Unanswered
peter01022000
asked this question in
Q&A
Replies: 1 comment
-
Any help on this please ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am running pyarmor command once after creating pyinstaller exe. Error says
"INFO Please check documentation insight into pack commandto find solutions or downgrade PyInstaller to version 5
ERROR PyInstaller 6.4.0 isn't supported"
Is there anyway to overcome this issue without downgrading pyinstaller.
Also need standalone exe, means pyinstaller --onefile main.py which will generate one exe so in same need to get exe with pyarmor.
I tried below approach
4.3.1. Packing obfuscated scripts manually, but it created multiple files along with exe, but need only one exe file.
pyarmor version is -8.4.7
pyinstaller version is - 6.4.0
Can anyone help me to solve this issue.
Thank You.
Beta Was this translation helpful? Give feedback.
All reactions