Hi bwoodsend, Thanks for answering.
> 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). i tried to install every mesa/opengl package i could get my hands on, namely build-essential libgl1-mesa-dev libgl1-mesa-dev libglew-dev libsdl2-dev libsdl2-image-dev libglm-dev libfreetype6-dev mesa-utils wine libegl-mesa0 libegl1-mesa libgl1-mesa-dri libgbm1 libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx libgles2-mesa libd3dadapter9-mesa libd3dadapter9-mesa-dev libegl-mesa0 libegl1-mesa libegl1-mesa-dev libgbm-dev libgbm1 libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libgles2-mesa libgles2-mesa-dev libglx-mesa0 libosmesa6 libosmesa6-dev libwayland-egl1-mesa libxatracker-dev libxatracker2 mesa-common-dev mesa-opencl-icd mesa-va-drivers mesa-vdpau-drivers mesa-vulkan-drivers ... but that didn't fixed it unfortunately. Do you use a docker-image or a buildscript which i could investigate? > Have you checked that running normally on CI (without PyInstaller) works? The app is a python-flask app which serves via http. Yes, it works there without any issue. We just want to have it as a desktop-application. Btw, sorry for the double-post. On Friday, September 11, 2020 at 9:58:32 PM UTC+2 bwoodsend wrote: > 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/65417121-c794-4289-935c-76a98f0632b6n%40googlegroups.com.
