mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 11:45:49 +03:00
[GH-ISSUE #162] auto-py-to-exe stuck while one file compiling the project #148
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 @DavidZalevsky on GitHub (Mar 25, 2021).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/162
I got an issue while using auto-py-to-exe for one .exe packing the project that uses pywin32 library.
While one file compiling program is stuck forever at "INFO: Loading module hook 'hook-gevent.py'"
Full output code:
Library used:
-auto-py-win-exe 2.8.0
-pyinstaller 4.2
-pywin32 300
Compiler:
Python 3.9
I found that the last working pywin32 library version is 226. It's definitely a problem with auto-py-to-exe because I tried to one file compile only with pyinstaller 4.2 and there wasn't any problem.
@brentvollebregt commented on GitHub (Mar 29, 2021):
I know gevent is a dependency of eel which is what auto-py-to-exe's UI uses - potentially this is causing conflict? If that is true, there may not be much that I can do.
I'll see if I get the same results
@brentvollebregt commented on GitHub (Mar 29, 2021):
Using auto-py-to-exe: 2.8.0 and the script,
I was able to use both pywin32 228 and 300 and run the output executable on my machine.
@DavidZalevsky could you provide some more info on a reproducible scenario?
@sdas1983 commented on GitHub (Apr 1, 2021):
Hi,
I am facing the similar issue.
pandas version : 1.2.3
Here is a small reproducible example:
Here I have imported pandas just to reproduce the error, as my main code is very long and pandas is mainly used in my main code. Except pandas auto-py-to-exe can build the exe easily for this small code.
Here is the log of auto-py-to-exe:
After this auto-py-to-exe get stuck here.
Please help.
@brentvollebregt commented on GitHub (Apr 3, 2021):
@sdas1983 I just installed pandas 1.2.3 on Python 3.7.5 and packaged it with auto-py-to-exe 2.8.0.
It packaged fine but I did get an error
ImportError: The 'appdirs' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution.when running it - I didn't search much further than this.@github-actions[bot] commented on GitHub (Jun 3, 2021):
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.
@github-actions[bot] commented on GitHub (Jun 9, 2021):
Closing issue due to no activity in more than 60 days.