mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[GH-ISSUE #364] UI stuck at "Initializing..." when using PyInstaller 5.8.0 #302
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 @brentvollebregt on GitHub (Feb 12, 2023).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/364
Originally assigned to: @brentvollebregt on GitHub.
Quick Checks
Describe the bug
When running auto-py-to-exe, the UI is stuck on the "Initializing..." spinner.
See screenshot:
The console contains no errors but Chrome's DevTools has this error:
To Reproduce
Steps to reproduce the behavior (install dependencies, do this in the auto-py-to-exe UI):
On step 3, the error will appear
Expected behavior
The "Initializing..." spinner should disappear.
Your Environment:
python --version): 3.9.9pip show auto-py-to-exe): 2.29.0pip show pyinstaller): 5.8.0pip show eel): 0.14.0@github-actions[bot] commented on GitHub (Feb 12, 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.
@brentvollebregt commented on GitHub (Feb 12, 2023):
It appears the choices passed from PyInstaller are no longer an array and is now a dictionary. A
.mapin JavaScript will no longer iterate over the values.This has been caused from this PR: https://github.com/pyinstaller/pyinstaller/pull/7414/files
@brentvollebregt commented on GitHub (Feb 12, 2023):
Fixed in v2.29.1 (
0917de3655)@victorhramos-dev commented on GitHub (Feb 15, 2023):
not fixed, still happening
auto-py-to-exe: v.2.30.0
pyinstaller: 5.8.0
python: 3.7.9
@brentvollebregt commented on GitHub (Feb 15, 2023):
@victorhramos-dev are you still getting the exact same issue? Please take a screenshot of the error in DevTools and paste it here.
@TalkLounge commented on GitHub (Feb 23, 2023):
Can confirm, still happening
@brentvollebregt commented on GitHub (Feb 23, 2023):
@TalkLounge the call
o.choices.mapdoesn't exist on the current master branch - this commit removed it.When you execute
auto-py-to-exe --version, what do you get back?@TalkLounge commented on GitHub (Feb 23, 2023):
Seemed to be an cache issue. Reinstalling python fixed it for me
@AnonymousCoderArtist commented on GitHub (Dec 4, 2024):
Getting the same error again
@brentvollebregt commented on GitHub (Dec 4, 2024):
@AnonymousCoderArtist, from what I can see, this is not happening on the latest auto-py-to-exe and pyinstaller. Please check you are using the latest versions.
If this is still happening on the latest versions for you, please create a new issue and list the versions you are using in the issue template.
@AnonymousCoderArtist commented on GitHub (Dec 4, 2024):
ok