Replies: 4 comments
-
Try to use PyInstaller 5.8 or other versions, or use this solution |
Beta Was this translation helpful? Give feedback.
-
Hello @jondy, Could you check and adapt pyarmor with pyinstaller 6.0.0 ? I tested with pyinstaller 5.8 working, but have another problem: pyinstaller/pyinstaller#7692 (bug fixed from 5.12) FYI: the problem caused when build on Ubuntu 18.04 with glibc <= 2.27, we need adapt the pyinstall for old customers, then force to build on this OS version. |
Beta Was this translation helpful? Give feedback.
-
I have tested a simple script with pyinstaller 6.0.0, the second method |
Beta Was this translation helpful? Give feedback.
-
I seem to be struggling with the same issue:
I have tried variations of pyinstaller 5.7, 5.12, 6.0 and 6.1 but all the same error:
However with pyinstaller 5.8 my error is the following even if the folder does exist, I will keep trying: |
Beta Was this translation helpful? Give feedback.
-
This ONLY happens when I build the bootloader for pyinstaller and use it.
Beta Was this translation helpful? Give feedback.
All reactions