mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 11:45:49 +03:00
[GH-ISSUE #498] ModuleNotFoundError #386
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 @zinzied on GitHub (Sep 9, 2024).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/498
Originally assigned to: @zinzied on GitHub.
Info: Installing shim for bottle import redirects (using Python=3.12.4 and bottle=0.12.25)
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Users\HOPE\AppData\Local\Programs\Python\Python312\Scripts\auto-py-to-exe.exe_main.py", line 4, in
File "C:\Users\HOPE\AppData\Local\Programs\Python\Python312\Lib\site-packages\auto_py_to_exe_main.py", line 11, in
from . import version, config, ui, validation # noqa: E402
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\HOPE\AppData\Local\Programs\Python\Python312\Lib\site-packages\auto_py_to_exe\ui.py", line 6, in
import eel
File "C:\Users\HOPE\AppData\Local\Programs\Python\Python312\Lib\site-packages\eel_init_.py", line 12, in
from gevent.threading import Timer
File "C:\Users\HOPE\AppData\Local\Programs\Python\Python312\Lib\site-packages\gevent_init_.py", line
72, in
from gevent._hub_local import get_hub
File "C:\Users\HOPE\AppData\Local\Programs\Python\Python312\Lib\site-packages\gevent_hub_local.py", line 149, in
from gevent._util import import_c_accel
ModuleNotFoundError: No module named 'gevent._util'
@github-actions[bot] commented on GitHub (Sep 9, 2024):
👋 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 (Sep 11, 2024):
When you installed the dependencies/requirements, did you see any errors? I recommend trying to install them again.
@github-actions[bot] commented on GitHub (Oct 12, 2024):
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 (Oct 17, 2024):
Closing issue due to no activity in more than 60 days.