Module revolt.py not found in repl.it #8

Closed
opened 2026-02-15 23:16:12 -05:00 by yindo · 2 comments
Owner
Originally created by @FanMclaine on GitHub (Mar 1, 2022). https://media.discordapp.net/attachments/731118648126603274/948144352146898954/unknown.png?width=501&height=417
yindo added the unconfirmed bug label 2026-02-15 23:16:12 -05:00
yindo closed this issue 2026-02-15 23:16:12 -05:00
Author
Owner

@RGBCube commented on GitHub (Mar 6, 2022):

make a .replit file in your repl, and paste this to it:

language="python3"
run = """
pip install revolt.py
python main.py
"""

[packager]
ignoredPackages=["revolt.py", "revolt"]

should work.

@RGBCube commented on GitHub (Mar 6, 2022): make a `.replit` file in your repl, and paste this to it: ``` language="python3" run = """ pip install revolt.py python main.py """ [packager] ignoredPackages=["revolt.py", "revolt"] ``` should work.
Author
Owner

@Zomatree commented on GitHub (Mar 6, 2022):

Repl.it uses Python 3.8 while revolt.py requires 3.9+.

@Zomatree commented on GitHub (Mar 6, 2022): Repl.it uses Python 3.8 while revolt.py requires 3.9+.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/python-client-sdk#8