``` # cat h.py print('hello') # pyinstaller -F -c h.py ... # ulexecve ./dist/h [1512371] Cannot open PyInstaller archive from executable (/usr/bin/python3.10) or external archive (/usr/bin/python3.10.pkg) ```