chaospatterns@lemmy.world to Python@programming.devEnglish · 1 year agoPython has too many package managersdublog.netexternal-linkmessage-square39linkfedilinkarrow-up180arrow-down16
arrow-up174arrow-down1external-linkPython has too many package managersdublog.netchaospatterns@lemmy.world to Python@programming.devEnglish · 1 year agomessage-square39linkfedilink
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!