mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 11:45:49 +03:00
[GH-ISSUE #431] Add support for PyInstaller 6.0.0 #343
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AnonymousCreator5 on GitHub (Sep 24, 2023).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/431
Originally assigned to: @brentvollebregt on GitHub.
PyInstaller 6.0.0 has been released and auto-py-to-exe's UI gets stuck initialising when using this version of PyInstaller.
Currently PyInstaller 5.13.2 works fine.
@github-actions[bot] commented on GitHub (Sep 24, 2023):
👋 Hi, just a reminder that if you haven't read the help post yet, give it a read to see if your issue is covered in it and make sure to follow the debugging section.
Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help post, video or create a new discussion.
@nikit0 commented on GitHub (Sep 24, 2023):
I'm having the same problem
@NoneAsName commented on GitHub (Sep 24, 2023):
I was able to solve this by using a lower version of pyinstaller==5.13.2
edit : remember to reinstall using --no-cache-dir
@brentvollebregt commented on GitHub (Sep 25, 2023):
@nikit0 thank you very much for that screenshot - gave context to this issue with no info!
@apioff thanks! I just saw that PyInstaller released a new major version - this might be the issue!
@AnonymousCreator5 I ask that you fill out the template next time or at least provide some info - "it stucks on initalazing" gives me little to help you with.
@brentvollebregt commented on GitHub (Sep 25, 2023):
This should be fixed in 2.40.0 - comment on this issue if it still seems like an issue and we can reopen and investigate.