replit db won't work in python (due to some packaging error)
Error
[SolverProblemError] Because no versions of replit match >3.0.0,<4.0.0 and replit (3.0.0) depends on flask (>=1.1.2,<2.0.0), replit (>=3.0.0,<4.0.0) requires flask (>=1.1.2,<2.0.0). So, because repl-python3-beta-battl depends on both flask (^2.0.1) and replit (^3.0.0), version solving failed. exit status 1
Code
from replit import db
Voters
https://replit.com/talk/learn/Hosting-discordpy-bots-with-replit/11008
the top comment of this post might help?