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

uvloop exception fix #4

Closed
Junior00369 opened this issue Apr 25, 2023 · 2 comments
Closed

uvloop exception fix #4

Junior00369 opened this issue Apr 25, 2023 · 2 comments

Comments

@Junior00369
Copy link

Traceback (most recent call last):
File "reactionbot.py", line 12, in
import uvloop
ModuleNotFoundError: No module named 'uvloop'
How can I fix it?
Captura de tela 2023-04-25 033500

@kanewi11
Copy link
Owner

pip install uvloop

@kanewi11
Copy link
Owner

kanewi11 commented Jul 3, 2023

If you are on Windows, before I rewrite the program, wait. Or remove the line with uvloop==0.17.0 from requirements.txt and also in reactionbot.py on line 12 import uvloop and uvloop.install() on line 314

@kanewi11 kanewi11 pinned this issue Jul 3, 2023
@kanewi11 kanewi11 changed the title How can I fix it? uvloop exception fix Jul 3, 2023
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