The 5056 ERROR: Hidden import 'pkg_resources.py2_warn' not found: shouldn’t really be labelled an error - it’s just because setuptools removed that hidden module in version 49 (ish). Certainly it’s not why your CI is failing.
I had an issue on both Github actions and TravisCI which turned out just to be that neither VM’s come with opengl32.dll or the OS equivalent (it should be a system library). That ugly mess of a traceback is the kind of error message you’d get when one DLL loading goes wrong - so it could be opengl32 or some other binary your app uses. Have you checked that running normally on CI (without PyInstaller) works? -- 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/dde3870f-8abd-404a-9cdc-9019ee4bd9e5n%40googlegroups.com.
