Skip to content
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

Open
ScottAust1n opened this issue Sep 20, 2024 · 8 comments
Open

Error No Module Named: confz appearing after first start #399

ScottAust1n opened this issue Sep 20, 2024 · 8 comments

Comments

@ScottAust1n
Copy link

fsfsdfsdsfd
I just installed everything from requirements and its still not opening I even clicked the pokebot.py and nothing is happening

@hanzi
Copy link
Collaborator

hanzi commented Sep 30, 2024

Can you show the output you get when calling requirements.py?

@ScottAust1n
Copy link
Author

vbbvbvbvccbv

@ScottAust1n
Copy link
Author

vbbvbvbvccbv

@hanzi
Copy link
Collaborator

hanzi commented Oct 16, 2024

@ScottAust1n The package you'd have to install with pip is pywin32 but apparently that's already been done. So I'm not sure why that isn't working.

Could you try running the following command and post the output?

python -c "import platform; print(platform.system(), platform.machine(), platform.python_version())"

@hanzi
Copy link
Collaborator

hanzi commented Oct 16, 2024

I was able to reproduce the issue -- but after trying to start the bot a second time it worked. Could you try that?

@ScottAust1n
Copy link
Author

I was able to reproduce the issue -- but after trying to start the bot a second time it worked. Could you try that?

python -c "import platform; print(platform.system(), platform.machine(), platform.python_version())"

zxxzzxxzxz
It looks like this fixed it thank you so much

@GreenPaint414
Copy link

GreenPaint414 commented Oct 24, 2024

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'

@hanzi hanzi changed the title Help Error No Module Named: confz Error No Module Named: confz appearing after first start Oct 30, 2024
@hanzi
Copy link
Collaborator

hanzi commented Oct 30, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants