I want to distribute as an exe file, but I keep getting errors #1156
-
Yesterday, I purchased the paid version. When I use the command: pyarmor gen -O obfdist --pack dist/foo foo.py I encounter the following error: CRITICAL unknown error, please check pyarmor.error.log When I follow the instructions from this site: https://pyarmor.readthedocs.io/en/latest/topic/repack.html After obfuscating with PyArmor and then building with PyInstaller, the resulting .exe file produces the following error because essential libraries are not included: Traceback (most recent call last): pyarmor-7 pack works perfectly, but why was this feature removed? Also, are you aware that if there is a comma (,) or space in the folder name, PyArmor's output goes to the wrong place? It seems like you've implemented a split function for commas and spaces. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I got the same error, did you find the solution? Edit: Found the solution, upgrade to PyArmor 8.2.0 pip install -U pyarmor |
Beta Was this translation helpful? Give feedback.
I got the same error, did you find the solution?
Edit: Found the solution, upgrade to PyArmor 8.2.0
pip install -U pyarmor