Hello, I'm a current developer of PySolFC. We've been using an AppVeyor script to run PyInstaller to generate our Windows and Max installers, but when we updated to PyInstaller 5.4, the script stopped working. It ran up to the point where it's "Looking for dynamic libraries", and then fails with a "ValueError: unmarshallable object".
Here is a copy of the most recent run of the AppVeyor script - the error can be seen at the bottom: https://ci.appveyor.com/project/joeraz/pysolfc/builds/46546048#L1389 The AppVeyor script itself is here: https://github.com/joeraz/PySolFC/blob/feature/python-311-installer-test-2/.appveyor.yml As a workaround, I had set up the script to use PyInstaller 5.3, but I'd like to get the main codebase updated to use Python 3.11, which needs a newer version. Unfortunately, I didn't write this script. The people with the PyInstaller know-how to resolve this issue are not currently active on the project. I really only know the basics myself, so I haven't had much luck debugging this. Would anyone here be able to assist? Thanks. -- 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/4aaa4395-8c61-46cb-81fb-b51244cd66bbn%40googlegroups.com.
