I have been using pyinstaller for a while under python 3.6, and recently jumped to 3.9. i have an application that runs properly under VS, however, after building with pyinstaller version 6.10.0, installed via pip, i get an exception. What is the best way to isolate the issue?
File "aapt2\aapt.py", line 109, in get_apk_info File "aapt2\aapt.py", line 86, in get_apk_info Exception: can't get packageinfo [PYI-21588:ERROR] Failed to execute script 'JetStream_packager' due to unhandled exception! -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/8eb2ea22-8ec9-4fb0-8420-98c13f2f3d7bn%40googlegroups.com.
