Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with latest version of PyInstaller #272

Closed
joeraz opened this issue Sep 12, 2022 · 3 comments
Closed

Issues with latest version of PyInstaller #272

joeraz opened this issue Sep 12, 2022 · 3 comments

Comments

@joeraz
Copy link
Collaborator

joeraz commented Sep 12, 2022

Trying to run the AppVeyor scripts today, it looks like there was an update to PyInstaller (to version 5.4) in the last couple days that looks like it caused the script to fail - https://pyinstaller.org/en/stable/CHANGES.html#id1

I may need some assistance with this one.

Or I may have to see if I can force the previous version for the 2.18 release.

@joeraz
Copy link
Collaborator Author

joeraz commented Sep 24, 2022

I set up the AppVeyor script to use PyInstaller 5.3. It works with that, so this is no longer a release blocker, but it would still probably be better to figure out why PyInstaller 5.4.1 errors.

@joeraz
Copy link
Collaborator Author

joeraz commented Mar 27, 2023

Did a little more looking into this, as a newer PyInstaller will be needed to update the release packages to use Python 3.11.

Ended up asking on the PyInstaller Google Group (https://groups.google.com/g/pyinstaller/c/eHhYlQv7plU) to get some help.

Turns out there's a bug with PyInstaller and the Six module, that ended up getting reported (pyinstaller/pyinstaller#7515). A fix has been added - in the meantime, it was suggested to remove the Six module, but given that would require some refactoring, it may be better to just wait for the next release or try using a development version.

@joeraz joeraz mentioned this issue Apr 1, 2023
@joeraz joeraz mentioned this issue Apr 9, 2023
@joeraz
Copy link
Collaborator Author

joeraz commented Apr 12, 2023

Resolved with the new PyInstaller release. This has been configured in commit 1623454.

@joeraz joeraz closed this as completed Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant