Python: Fail to install package sqlalchemy 2.0.1

Replit.py version conflicts: `typing_extensions` should be v4
Workaround: 16th time telling someone to run in shell:

poetry add git+https://github.com/noneofyourbusiness1415252/replit-py

But unfortunately the replit package is not maintained. @BD103?


the replit package has now updated, so instead, run in Shell:

poetry update
4 Likes