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

not detecting the "aiocometd_noloop" module #4

Open
RanMC-9918 opened this issue Jul 12, 2024 · 1 comment
Open

not detecting the "aiocometd_noloop" module #4

RanMC-9918 opened this issue Jul 12, 2024 · 1 comment

Comments

@RanMC-9918
Copy link

File "C:\Users\ ____\Downloads\AutoKahoot-main\autokahoot\bot.py", line 3, in
from aiocometd_noloop import Client as CometDClient
ModuleNotFoundError: No module named 'aiocometd_noloop'

I installed 'aiocometd_noloop' but it gave the same error

@Kieran-Lock
Copy link
Owner

Kieran-Lock commented Jul 13, 2024

@RanMC-9918 Maybe you installed it in a venv and need to activate that venv? If you aren't already, I would recommend using poetry (https://python-poetry.org/) to manage environments.

I don't think this is an issue with AutoKahoot but instead the python version you are running it with, which is all locally managed... Try running pip list to see the installed packages for the active version.

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

2 participants