chaospatterns@lemmy.world to Python@programming.devEnglish · 1 year agoPython has too many package managersdublog.netexternal-linkmessage-square38linkfedilinkarrow-up179arrow-down16
arrow-up173arrow-down1external-linkPython has too many package managersdublog.netchaospatterns@lemmy.world to Python@programming.devEnglish · 1 year agomessage-square38linkfedilink
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up4·1 year agoHaven’t tried Rye but I have used uv (which Rye uses to replace pip). Pip install time went down from 58s to 7s. Yes really. Python is fucking slow!
Haven’t tried Rye but I have used
uv
(which Rye uses to replace pip). Pip install time went down from 58s to 7s. Yes really. Python is fucking slow!