-
Notifications
You must be signed in to change notification settings - Fork 702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError #498
Comments
👋 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. |
When you installed the dependencies/requirements, did you see any errors? I recommend trying to install them again. |
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. |
Closing issue due to no activity in more than 60 days. |
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'
The text was updated successfully, but these errors were encountered: