How to make a python library in replit

That’s a urllib3 error (Removed the ability to do that in 2.0.0), run:

pip install --force-reinstall urllib3==1.26.15
poetry add urllib3==1.26.15

The second one ensures poetry doesn’t update it and break something unintentionally.

4 Likes