-
Notifications
You must be signed in to change notification settings - Fork 67
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
Error No Module Named: confz
appearing after first start
#399
Comments
Can you show the output you get when calling |
@ScottAust1n The package you'd have to install with Could you try running the following command and post the output? python -c "import platform; print(platform.system(), platform.machine(), platform.python_version())" |
I was able to reproduce the issue -- but after trying to start the bot a second time it worked. Could you try that? |
necesito ayuda me sale esto Not installing any requirements -- the bot might not work this way! Traceback (most recent call last): File "C:\Users\ASROCK\Desktop\pokebot-gen3-main\pokebot-gen3-main\pokebot.py", line 110, in from modules.context import context File "C:\Users\ASROCK\Desktop\pokebot-gen3-main\pokebot-gen3-main\modules\context.py", line 5, in from modules.config import Config File "C:\Users\ASROCK\Desktop\pokebot-gen3-main\pokebot-gen3-main\modules\config_init _.py", line 5, in from confz import BaseConfig, FileSource ModuleNotFoundError: No module named 'confz' |
No Module Named: confz
appearing after first start
To anyone finding this issue: This error is know to pop up once after the requirements have been installed. Closing the window and just trying to start the bot another time should fix it. Keeping this issue open until we've added a UX fix for this. |
I just installed everything from requirements and its still not opening I even clicked the pokebot.py and nothing is happening
The text was updated successfully, but these errors were encountered: