You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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.
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
The text was updated successfully, but these errors were encountered: