mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 11:45:49 +03:00
[GH-ISSUE #358] error #296
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 @jsgaston on GitHub (Jan 30, 2023).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/358
Originally assigned to: @jsgaston on GitHub.
Quick Checks
Describe the bug
I run the exe and this error appears, and after that the cmd closes.
To Reproduce

Steps to reproduce the behavior:
Expected behavior
again, error when running the executable
Screenshots (optional)
image (that is what I see (error) when running the executable)
Your Environment:
python --version):3.9.13pip show auto-py-to-exe): 2.28.0pip show pyinstaller):5.7.0pip show eel): 0.14.0Additional context (optional)
Please help, I have many errors in the executable with lots of .py that don't get error when running.
@brentvollebregt commented on GitHub (Jan 31, 2023):
Again, can you please provide a minimal reproducible example, I imagine a lot of your source code provided is not needed to reproduce the error.
Take a look at https://github.com/vaexio/vaex/issues/1823 - adding the hook
hook-frozendict.pymight help you fix your issue. I found this by searching "pyinstaller no such file or directory frozendict VERSION" in Google - they have a similar issue.@jsgaston commented on GitHub (Jan 31, 2023):
it worked :)